2014年12月6日

摘要: 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 @ 2014-12-06 22:28 Yu's Garden 阅读(967) 评论(0) 推荐(0) 编辑
摘要: Jump Game II Given an array of non-negative integers, you are initially positioned at the first index of the array.Each element in the array represent... 阅读全文
posted @ 2014-12-06 21:59 Yu's Garden 阅读(2388) 评论(0) 推荐(0) 编辑
摘要: Triangle Given 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, give... 阅读全文
posted @ 2014-12-06 04:02 Yu's Garden 阅读(804) 评论(0) 推荐(0) 编辑

导航