Shortest Palindrome
1. You are given string(str).Input Format
2. You can convert the given string to a palindrome by adding some characters in front of it.
3. You have to find the shortest palindromic string formed after performing the above-mentioned transformation.
A stringOutput Format
A stringQuestion Video
1 <= length of the string <= 10^4Sample Input
codingSample Output
gnidocoding
-
Asked in Companies
-
Related Topics
Video Solution
Code Solution
{ }
{ }
Run