10 likes | 96 Views
Interview Practice Question Set 4. Find the longest palindromic substring in a string? A palindrome is a word, phrase, number, or other sequence of symbols or elements, whose meaning may be interpreted the same way in either forward or reverse direction
E N D
Interview Practice Question Set 4 • Find the longest palindromic substring in a string? • A palindrome is a word, phrase, number, or other sequence of symbols or elements, whose meaning may be interpreted the same way in either forward or reverse direction • Given n strings with equal length, say x, find the substring shared by all of them.