Topic: Backtracking Problem / Level: advanced

Problem: Solve the "Longest Palindromic Substring" problem by finding the longest palindromic substring in a string.

Run the code to see the output here...