Palindrome Partitioning Flashcards

1
Q

Palindrome Partitioning

Given a string s, partition s such that every substring of the partition is a palindrome.

Return all possible palindrome partitioning of s.

For example, given s = “aab”,

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly