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 parent5422d17 commita8f002fCopy full SHA for a8f002f
data_structure/stack_queue.md
@@ -594,3 +594,7 @@ class Solution:
594
-[ ][largest-rectangle-in-histogram](https://leetcode-cn.com/problems/largest-rectangle-in-histogram/)
595
-[ ][implement-queue-using-stacks](https://leetcode-cn.com/problems/implement-queue-using-stacks/)
596
-[ ][01-matrix](https://leetcode-cn.com/problems/01-matrix/)
597
+-[ ][largest-rectangle-in-histogram](https://leetcode-cn.com/problems/largest-rectangle-in-histogram/)
598
+-[ ][trapping-rain-water](https://leetcode-cn.com/problems/trapping-rain-water/)
599
+-[ ][sliding-window-maximum](https://leetcode-cn.com/problems/sliding-window-maximum/)
600
+-[ ][shortest-subarray-with-sum-at-least-k](https://leetcode-cn.com/problems/shortest-subarray-with-sum-at-least-k/)