标签
# | 标题 | OJ | 难度 |
---|---|---|---|
P241 | 温度升高需要等待的天数 | leetcode 739. lintcode 1060. | 中 |
P240 | 二叉搜索树迭代器 | leetcode 173. lintcode 86. | 中 |
P218 | 字符串解码 | leetcode 394. lintcode 575. | 中 |
P178 | 支持括号与加减法的计算器 | leetcode 224. lintcode 978. | 难 |
P172 | 二叉树后序遍历 | leetcode 145. lintcode 68. | 中 |
P148 | 0/1 矩阵中的最大正方形 | leetcode 221. lintcode 436. | 中 |
P147 | 0/1 矩阵中的最大矩形 | leetcode 85. lintcode 510. | 难 |
P146 | 直方图中的最大矩形 | leetcode 84. lintcode 122. | 难 |
P130 | 验证二叉搜索树的前序遍历序列 | lintcode 1307. | 中 |
P129 | 验证入栈出栈序列 | leetcode 946. | 中 |
P122 | 使用栈实现队列 | leetcode 232. lintcode 40. | 易 |
P108 | 雨后盛水量 | leetcode 42. lintcode 363. | 难 |
P65 | 二叉树前序遍历 | leetcode 144. lintcode 66. | 中 |
P45 | 有效的括号序列 | leetcode 20. lintcode 423. | 易 |
P35 | 二叉树中序遍历 | leetcode 94. lintcode 67. | 中 |
P17 | 带有 min 函数的栈 | leetcode 155. lintcode 12. | 中 |