个人博客:https://luxialan.com

摘要: Palindrome Partitioning IIGiven a string s, partition s such that every substring of the partition is a palindrome.Return the minimum cuts needed for ... 阅读全文
posted @ 2015-04-14 11:01 luxialan 阅读(146) 评论(0) 推荐(0)
摘要: Palindrome PartitioningGiven a strings, partitionssuch that every substring of the partition is a palindrome.Return all possible palindrome partitioni... 阅读全文
posted @ 2015-04-14 11:00 luxialan 阅读(140) 评论(0) 推荐(0)
摘要: TriangleGiven a triangle, find the minimum path sum from top to bottom. Each step you may move to adjacent numbers on the row below.For example, given... 阅读全文
posted @ 2015-04-14 09:33 luxialan 阅读(173) 评论(0) 推荐(0)