Topic: Backtracking Problem / Level: beginner

Problem: Print all unique palindromic partitions of a string, where each substring must be a palindrome, and no duplicates are allowed.

Run the code to see the output here...