Topic: Dynamic Programming Problem / Level: beginner

Problem: Solve the "Longest Palindromic Subsequence" problem to find the length of the longest palindromic subsequence in a string.

Run the code to see the output here...