-
Notifications
You must be signed in to change notification settings - Fork 949
单调栈
SharingSource edited this page Nov 24, 2022
·
11 revisions
题目 | 题解 | 难度 | 推荐指数 |
---|---|---|---|
42. 接雨水 | LeetCode 题解链接 | 困难 | 🤩🤩🤩🤩 |
84. 柱状图中最大的矩形 | LeetCode 题解链接 | 困难 | 🤩🤩🤩🤩 |
85. 最大矩形 | LeetCode 题解链接 | 困难 | 🤩🤩🤩🤩 |
456. 132 模式 | LeetCode 题解链接 | 中等 | 🤩🤩🤩 |
496. 下一个更大元素 I | LeetCode 题解链接 | 中等 | 🤩🤩🤩🤩 |
503. 下一个更大元素 II | LeetCode 题解链接 | 中等 | 🤩🤩🤩 |
654. 最大二叉树 | LeetCode 题解链接 | 中等 | 🤩🤩🤩🤩🤩 |
739. 每日温度 | LeetCode 题解链接 | 中等 | 🤩🤩🤩🤩 |
795. 区间子数组个数 | LeetCode 题解链接 | 中等 | 🤩🤩🤩🤩🤩 |
901. 股票价格跨度 | LeetCode 题解链接 | 中等 | 🤩🤩🤩🤩 |
907. 子数组的最小值之和 | LeetCode 题解链接 | 中等 | 🤩🤩🤩🤩 |
1475. 商品折扣后的最终价格 | LeetCode 题解链接 | 简单 | 🤩🤩🤩🤩🤩 |
2104. 子数组范围和 | LeetCode 题解链接 | 中等 | 🤩🤩🤩🤩🤩 |
-
递归 & 迭代
-
图论
-
动态规划
-
数据结构
-
区间求和
-
常见问题