Next Jump interview question

Find the longest palindrom from a string.

Interview Answer

Anonymous

26 Mar 2012

You have an Internet access, so you can google the answer. Otherwise, it's PHP, so you can do it easily in O(n²)... This is really the hardest question they have.