Topic: Dynamic Programming Problem / Level: beginner

Problem: Find the number of distinct palindromic subsequences in a string using dynamic programming.

Run the code to see the output here...