2013年8月16日

摘要: Palindrome Partitioning IIGiven a strings, partitionssuch that every substring of the partition is a palindrome.Return the minimum cuts needed for a palindrome partitioning ofs.For example, givens="aab",Return1since the palindrome partitioning["aa","b"]could be produced 阅读全文
posted @ 2013-08-16 22:34 似溦若岚 阅读(156) 评论(0) 推荐(0) 编辑

导航