Sunday, July 14, 2013

Write a Program to find the longest palindrome in a given String

Write a Program to find the longest palindrome in a given String

Program:
Output:
String: HYTBCABADEFGHABCDEDCBAGHTFYW12345678987654321ZWETYGDE
Longest Palindrome: 12345678987654321

0 comments: