Jiaxin's LeetCode
Pages
LeetCode
Technique Interview
Tuesday, March 4, 2014
Palindrome Partitioning @LeetCode
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"
,
Return
[ ["aa","b"], ["a","a","b"] ]
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment