Topic: Backtracking Problem / Level: intermediate

Problem: Find all ways to partition a string into substrings where each substring is a palindrome.

Run the code to see the output here...