Topic: Dynamic Programming Problem / Level: intermediate

Problem: Compute the minimum cost to split a string into palindromes using dynamic programming.

Run the code to see the output here...