Longest Palindrome Sub String Length
Posted on December 30, 2014 by Shivaji Varma – Edit
Program to compute length of longest sub string which is palindrome.
Example: If given string is 'ohello' then we can form palindromes like 'lel', 'olo', 'olelo'.. etc, among them the largest substring is of length 5.
Python
loading...
This website is made possible by displaying online advertisements to our visitors.
Please consider supporting by disabling your ad blocker.
Please consider supporting by disabling your ad blocker.