We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 110fdb6 commit 7a8a1b8Copy full SHA for 7a8a1b8
problems/85.maximal-rectangle.md
@@ -53,6 +53,8 @@ https://leetcode-cn.com/problems/maximal-rectangle/
53
54
这样我们就可以使用`84. 柱状图中最大的矩形` 中的解法来进行了,这里我们使用单调栈来解。
55
56
+下面的代码直接将 84 题的代码封装成 API 调用了。
57
+
58
## 代码
59
60
```python
0 commit comments