
LeetCode
文章平均质量分 84
圣右
个人博客新地址:blog.kehan.xyz
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Leetcode_84题:Largest_Rectangle_in_Histogram题解报告(C++)
原题网址:https://leetcode.com/problems/largest-rectangle-in-histogram/description/题目描述:Given n non-negativeintegers representing the histogram's bar height where the width of each bar is1, find the area o...原创 2018-05-26 21:20:01 · 852 阅读 · 0 评论 -
Leetcode_85题:Maximal_Rectangle题解报告(C++)
原题网址:https://leetcode.com/problems/maximal-rectangle/description/题目描述:Given a 2D binary matrix filled with 0’s and 1’s, find the largestrectangle containing only 1’s and return its area.For example, g...原创 2018-05-26 21:49:43 · 369 阅读 · 0 评论