Longest Palindrome From A String
What is Palindrome?
A palindrome is a string or a number that is read the same backward or forward.
Ex: 101, 1331, 11, PEEP, ROTATOR, etc are some examples of a palindrome
Note - One can make a string palindrome by pasting the reversed version of the...
sandrana.hashnode.dev2 min read