Leetcode-131. 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”,
Return
[
[“aa”,”b”],
原创
2017-04-05 19:32:44 ·
213 阅读 ·
0 评论