Topic: Dynamic Programming Problem / Level: intermediate

Problem: Solve the "Palindromic Substrings" problem where you count the number of palindromic substrings in a given string using dynamic programming.

Run the code to see the output here...