10 2015 档案

摘要:链接:https://leetcode.com/problems/maximal-rectangle/【描述】Given a 2D binary matrix filled with '0's and '1's, find the largest rectangle containing all o... 阅读全文
posted @ 2015-10-20 10:20 RockIt 阅读(4198) 评论(1) 推荐(0)
摘要:链接:https://leetcode.com/problems/set-matrix-zeroes/【描述】Given amxnmatrix, if an element is 0, set its entire row and column to 0. Do it in place.【中文描述】... 阅读全文
posted @ 2015-10-17 06:14 RockIt 阅读(341) 评论(0) 推荐(0)
摘要:链接:https://leetcode.com/problems/trapping-rain-water/【描述】Givennnon-negative integers representing an elevation map where the width of each bar is 1, c... 阅读全文
posted @ 2015-10-08 07:55 RockIt 阅读(546) 评论(0) 推荐(0)
摘要:链接:https://leetcode.com/problems/longest-valid-parentheses/【描述】Given a string containing just the characters'('and')', find the length of the longest ... 阅读全文
posted @ 2015-10-05 14:15 RockIt 阅读(488) 评论(0) 推荐(0)