栈
Wonz
技术很菜,但一直在学习。
微信公众号:Wonz
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
LeetCode | 1381. Design a Stack With Increment Operation设计一个支持增量操作的栈【Python】
LeetCode 1381. Design a Stack With Increment Operation设计一个支持增量操作的栈【Medium】【Python】【栈】 Problem LeetCode Design a stack which supports the following operations. Implement the CustomStack class: Custo...原创 2020-03-15 15:12:22 · 853 阅读 · 0 评论 -
LeetCode | 0225. Implement Stack using Queues用队列实现栈【Python】
LeetCode 0225. Implement Stack using Queues用队列实现栈【Easy】【Python】【栈】【队列】 Problem LeetCode Implement the following operations of a stack using queues. push(x) – Push element x onto stack. pop() – Remo...原创 2020-03-01 22:55:56 · 373 阅读 · 0 评论
分享