Topic: Backtracking Problem / Level: advanced

Problem: Solve the "Longest Palindromic Subsequence" problem by finding the longest subsequence that is a palindrome.

Run the code to see the output here...