Skip to content

Commit 6fef916

Browse files
authored
Update 84.largest-rectangle-in-histogram.md
1 parent bca6a3a commit 6fef916

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

problems/84.largest-rectangle-in-histogram.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,10 @@ class Solution:
174174
st.append(i)
175175
return ans
176176
```
177+
178+
## 相关题目
177179

180+
- [42.trapping-rain-water](https://github.com/azl397985856/leetcode/blob/master/problems/42.trapping-rain-water.md)
178181

179182

180183

0 commit comments

Comments
 (0)