10 likes | 104 Vues
Learn how to find the longest palindromic substring in a string. Understand what palindromes are and how they can be identified in a given text. Practice problem-solving skills for interviews.
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.