2023-06-02 01:35:02 +08:00
|
|
|
---
|
|
|
|
comments: true
|
2023-07-17 17:51:03 +08:00
|
|
|
icon: material/stack-overflow
|
2023-06-02 01:35:02 +08:00
|
|
|
---
|
|
|
|
|
|
|
|
# 5. 栈与队列
|
|
|
|
|
|
|
|
<div class="center-table" markdown>
|
|
|
|
|
|
|
|
![栈与队列](../assets/covers/chapter_stack_and_queue.jpg){ width="70%" }
|
|
|
|
|
|
|
|
</div>
|
2023-07-17 17:51:03 +08:00
|
|
|
|
|
|
|
## 本章内容
|
|
|
|
|
|
|
|
- [5.1 栈](https://www.hello-algo.com/chapter_stack_and_queue/stack/)
|
|
|
|
- [5.2 队列](https://www.hello-algo.com/chapter_stack_and_queue/queue/)
|
|
|
|
- [5.3 双向队列](https://www.hello-algo.com/chapter_stack_and_queue/deque/)
|
|
|
|
- [5.4 小结](https://www.hello-algo.com/chapter_stack_and_queue/summary/)
|