Sep 8, 2009

Given a string of n characters, find the longest palindrome in the string.

O(n2) is simple, O(n) is nice

No comments: