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/docs/chapter_stack_and_queue/index.md

22 lines
663 B

1 year ago
---
comments: true
1 year ago
icon: material/stack-overflow
1 year ago
---
1 year ago
# 第 5 章   栈与队列
1 year ago
1 year ago
![栈与队列](../assets/covers/chapter_stack_and_queue.jpg){ class="cover-image" }
1 year ago
1 year ago
!!! abstract
栈如同叠猫猫,而队列就像猫猫排队。
12 months ago
两者分别代表先入后出和先入先出的逻辑关系。
1 year ago
1 year ago
## 本章内容
- [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/)