Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7a8a1b8

Browse files
authored
Update 85.maximal-rectangle.md
1 parent 110fdb6 commit 7a8a1b8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

problems/85.maximal-rectangle.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ https://leetcode-cn.com/problems/maximal-rectangle/
5353

5454
这样我们就可以使用`84. 柱状图中最大的矩形` 中的解法来进行了,这里我们使用单调栈来解。
5555

56+
下面的代码直接将 84 题的代码封装成 API 调用了。
57+
5658
## 代码
5759

5860
```python

0 commit comments

Comments
 (0)