Topic: Backtracking Problem / Level: beginner

Problem: Find all unique palindromic partitions of a given string. Each substring must be a palindrome, and no duplicates should appear.

Run the code to see the output here...