摘要: Two SumGiven an array of integers, find two numbers such that they add up to a specific target number.The function twoSum should return indices of the... 阅读全文
posted @ 2015-08-23 19:22 Sean_le 阅读(170) 评论(0) 推荐(0)
摘要: Maximal RectangleGiven a 2D binary matrix filled with 0's and 1's, find the largest rectangle containing all ones and return its area.这题的思路完全来源Largest... 阅读全文
posted @ 2015-08-23 17:24 Sean_le 阅读(142) 评论(0) 推荐(0)