Topic: Backtracking Problem / Level: intermediate

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

Run the code to see the output here...