摘要:        
Palindrome Partitioning IIMarGiven a string s, partition s such that every substring of the partition is a palindrome.Return the minimum cuts needed for a palindrome partitioning of s. For example, given s = "aab", Return 1 since the palindrome partitioning ["aa","b"] c    阅读全文
posted @ 2013-04-29 12:52
wlu
阅读(440)
评论(0)
推荐(0)
        

浙公网安备 33010602011771号