Topic: Backtracking Problem / Level: beginner

Problem: Find all unique palindromic substrings in a given string. Each substring should be a palindrome, and duplicates should be excluded.

Run the code to see the output here...