mirror of
https://github.com/krahets/hello-algo.git
synced 2026-04-23 18:11:45 +08:00
build
This commit is contained in:
25
zh/chapter_stack_and_queue/index.md
Normal file
25
zh/chapter_stack_and_queue/index.md
Normal file
@@ -0,0 +1,25 @@
|
||||
---
|
||||
comments: true
|
||||
icon: material/stack-overflow
|
||||
---
|
||||
|
||||
# 第 5 章 栈与队列
|
||||
|
||||
<div class="center-table" markdown>
|
||||
|
||||
{ width="600" }
|
||||
|
||||
</div>
|
||||
|
||||
!!! abstract
|
||||
|
||||
栈如同叠猫猫,而队列就像猫猫排队。
|
||||
|
||||
两者分别代表着先入后出和先入先出的逻辑关系。
|
||||
|
||||
## 本章内容
|
||||
|
||||
- [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/)
|
||||
Reference in New Issue
Block a user