摘要:
http://changhaz.wordpress.com/2014/10/15/leetcode-find-minimum-in-rotated-sorted-array/Suppose a sorted array is rotated at some pivot unknown to you ... 阅读全文
posted @ 2014-10-17 23:20
Ryan in C++
阅读(327)评论(0)推荐(0)
摘要:
LeetCode:SubsetsGiven a set of distinct integers,S, return all possible subsets.Note:Elements in a subset must be in non-descending order.The solution... 阅读全文
posted @ 2014-10-17 08:10
Ryan in C++
阅读(230)评论(0)推荐(0)
摘要:
http://yucoding.blogspot.com/2013/08/leetcode-question-132-palindrome.htmlAnalysis:When face the "return all", "get all ", "find all possible", "find ... 阅读全文
posted @ 2014-10-14 23:38
Ryan in C++
阅读(214)评论(0)推荐(0)
摘要:
http://www.cnblogs.com/lichen782/p/leetcode_maximal_rectangle.html题目:Given a 2D binary matrix filled with 0's and 1's, find the largest rectangle cont... 阅读全文
posted @ 2014-10-13 16:52
Ryan in C++
阅读(329)评论(0)推荐(0)