You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hello-algo/chapter_stack_and_queue/index.md

20 lines
549 B

1 year ago
---
comments: true
1 year ago
icon: material/stack-overflow
1 year ago
---
# 5.   栈与队列
<div class="center-table" markdown>
![栈与队列](../assets/covers/chapter_stack_and_queue.jpg){ width="70%" }
</div>
1 year ago
## 本章内容
- [5.1 &nbsp; 栈](https://www.hello-algo.com/chapter_stack_and_queue/stack/)
- [5.2 &nbsp; 队列](https://www.hello-algo.com/chapter_stack_and_queue/queue/)
- [5.3 &nbsp; 双向队列](https://www.hello-algo.com/chapter_stack_and_queue/deque/)
- [5.4 &nbsp; 小结](https://www.hello-algo.com/chapter_stack_and_queue/summary/)