摘要: Minimum Adjustment CostGiven an integer array, adjust each integers so that the difference of every adjacent integers are not greater than a given num... 阅读全文
posted @ 2015-06-03 12:55 Eason Liu 阅读(532) 评论(0) 推荐(1) 编辑
摘要: Maximal SquareGiven a 2D binary matrix filled with 0's and 1's, find the largest square containing all 1's and return its area.For example, given the ... 阅读全文
posted @ 2015-06-03 12:01 Eason Liu 阅读(3050) 评论(2) 推荐(0) 编辑