We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent4b0f447 commitc1f8b83Copy full SHA for c1f8b83
doc/category_monotonicstack.md
@@ -4,5 +4,6 @@ keep indices of numbers which are in ascending/descending order
4
5
| Type| #| Description|
6
| ---------------------:|:---:| ------------|
7
+| descending stack| 042|[Trapping Rain Water](https://github.com/interviewcoder/leetcode/tree/master/src/_042_TrappingRainWater)|
8
| ascending stack| 084|[Largest Rectangle In Histogram](https://github.com/interviewcoder/leetcode/tree/master/src/_084_LargestRectangleInHistogram)|
9
| descending deque| 239|[Sliding Window Maximum](https://github.com/interviewcoder/leetcode/tree/master/src/_239_SlidingWindowMaximum)|