Topic: Backtracking Problem / Level: beginner

Problem: Solve the "Longest Palindromic Substring" problem by finding all substrings that are palindromes in a string.

Run the code to see the output here...