Topic: Dynamic Programming Problem / Level: beginner

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

Run the code to see the output here...