Topic: Dynamic Programming Problem / Level: beginner

Problem: Calculate the minimum number of cuts required to partition a string such that every substring is a palindrome.

Run the code to see the output here...