0
Program to find longest palindrome from a string
4 odpowiedzi
+ 2
Go from left to right and check for each char and equal char pair how many equal char pairs surround it.
+ 1
what have you tried so far? post what you have gotten done already so we can help
+ 1
sorry I haven't yet tried . still searching for the right and most easiest algorithm but I couldn't get any such algorithm. it could be much helpful if you could suggest me any method that is easy to understand as well please provide me the pseudocode at least. Thanks in advance
+ 1
sounds good thank you timon