Topic: Dynamic Programming Problem / Level: intermediate

Problem: Solve the "Count of Palindromic Subsequences" problem where you count the number of distinct palindromic subsequences in a string using dynamic programming.

Run the code to see the output here...