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...
阅读全文
摘要:链接: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.【中文描述】...
阅读全文
摘要:链接:https://leetcode.com/problems/trapping-rain-water/【描述】Givennnon-negative integers representing an elevation map where the width of each bar is 1, c...
阅读全文
摘要:链接:https://leetcode.com/problems/longest-valid-parentheses/【描述】Given a string containing just the characters'('and')', find the length of the longest ...
阅读全文