Monotonic Stack

Problem IDTitleSolutionTagsDifficulty
0739Daily Temperatures LeetCode XXXX Stack, Array, Monotonic StackMedium
0496Next Greater Element I LeetCode XXXX Stack, Array, Hash Table, Monotonic StackEasy
0503Next Greater Element II LeetCode 0503 Stack, Array, Monotonic StackMedium
0901Online Stock Span LeetCode 0901 Stack, Design, Data Stream, Monotonic StackMedium
0084Largest Rectangle in Histogram LeetCode 0084 Stack, Array, Monotonic StackHard
0316Remove Duplicate Letters LeetCode XXXX Stack, Greedy, String, Monotonic StackMedium
1081Smallest Subsequence of Distinct Characters LeetCode XXXX Stack, Greedy, String, Monotonic StackMedium
0042Trapping Rain Water LeetCode 0042 Stack, Array, Two Pointers, Dynamic Programming, Monotonic StackHard
0085Maximal Rectangle LeetCode XXXX Stack, Array, Dynamic Programming, Matrix, Monotonic StackHard