Home Project Code base Longest Palindrome Sub String Length

Longest Palindrome Sub String Length

Posted on December 30, 2014 by 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

Tags : python
This website is made possible by displaying online advertisements to our visitors.
Please consider supporting by disabling your ad blocker.

Get new posts by email:
loading comments...
© 2023 Shivaji Varma. Made in India.