hello-algo/docs/chapter_stack_and_queue/index.md
Yudong Jin 43ed0e41d6
Add opening phrase for every chapters. (#670)
Update several chapter covers.
Fitune documens.
2023-08-03 04:40:29 +08:00

13 lines
285 B
Markdown

# 栈与队列
<div class="center-table" markdown>
![栈与队列](../assets/covers/chapter_stack_and_queue.jpg){ width="600" }
</div>
!!! abstract
栈如同叠猫猫,而队列就像猫猫排队。
两者分别代表着先入后出和先入先出的逻辑关系。