Introduction Finding substrings and subsequences are popular topics in programming job interviews, along with array, binary tree, and linked list data structures. Today we will look at a problem called “Longest Palindromic Substring,” frequently asked in product companies such as ...