Topic: Backtracking Problem / Level: intermediate

Problem: Find all unique palindromic substrings in a given string, with each substring counted only once.

Run the code to see the output here...