摘要: 原题链接在这里:https://leetcode.com/problems/longest-valid-parentheses/ 题目: Given a string containing just the characters '(' and ')', find the length of the 阅读全文
posted @ 2015-09-17 23:24 Dylan_Java_NYC 阅读(367) 评论(0) 推荐(0)
摘要: 原题链接在这里:https://leetcode.com/problems/maximal-rectangle/ 题目: Given a 2D binary matrix filled with 0's and 1's, find the largest rectangle containing o 阅读全文
posted @ 2015-09-17 22:55 Dylan_Java_NYC 阅读(490) 评论(0) 推荐(0)
摘要: 原题链接在这里:https://leetcode.com/problems/largest-rectangle-in-histogram/description/ 题目: Given n non-negative integers representing the histogram's bar h 阅读全文
posted @ 2015-09-17 04:35 Dylan_Java_NYC 阅读(276) 评论(0) 推荐(0)