Topic: Backtracking Problem / Level: advanced

Problem: Find all unique palindromic partitions of a string such that each substring is a palindrome.

Run the code to see the output here...