Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit be508ab

Browse files
committed
docs(README): 补充栈专题
1 parent 43a7bf7 commit be508ab

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,3 +77,8 @@ LeetCode 刷题小组,组织代号 *Punch*,缘起我的 LeetCode 解题本 [
7777
- 👍[225. 用队列实现栈](https://leetcode-cn.com/problems/implement-stack-using-queues/):栈和队列知识点
7878
- 👍[150. 逆波兰表达式求值](https://leetcode-cn.com/problems/evaluate-reverse-polish-notation/)
7979
- [173. 二叉搜索树迭代器](https://leetcode-cn.com/problems/binary-search-tree-iterator/)
80+
- [155. 最小栈](https://leetcode-cn.com/problems/min-stack/):包含 Min 函数的栈(只让比栈顶小的元素入栈)
81+
- [739. 每日温度](https://leetcode-cn.com/problems/daily-temperatures/):单调栈、递减栈
82+
- [946. 验证栈序列](https://leetcode-cn.com/problems/validate-stack-sequences/):求出栈数目和出栈序列
83+
- 树相关:
84+
- [331. 验证二叉树的前序序列化](https://leetcode-cn.com/problems/verify-preorder-serialization-of-a-binary-tree/)

0 commit comments

Comments
 (0)