Topic: Dynamic Programming Problem / Level: intermediate

Problem: Solve the "Maximum Number of Palindromic Subsequences" problem where you find the maximum number of palindromic subsequences in a string using dynamic programming.

Run the code to see the output here...