最短回文串

最短回文串

给定一个字符串 s,你可以通过在字符串前面添加字符将其转换为回文串。找到并返回可以用这种方式转换的最短回文串。

输入:s = “abcd” 输出:”dcbabcd”

引用

https://leetcode-cn.com/problems/shortest-palindrome/

Loading Disqus comments...
Table of Contents