Strings Interview Questions Longest Palindromic Substring HarshJune 10, 2020April 26, 2023 A palindrome is a sequence of characters that reads the same forwards and backward. Finding the longest palindromic substring is a common problem in computer science and has applications in...