mirror of
https://github.com/krahets/hello-algo.git
synced 2024-12-26 20:36:28 +08:00
b39c2a94d3
Move docs/overrides to overrides/. Other fine tunes.
13 lines
285 B
Markdown
13 lines
285 B
Markdown
# 栈与队列
|
|
|
|
<div class="center-table" markdown>
|
|
|
|
![栈与队列](../assets/covers/chapter_stack_and_queue.jpg){ width="600" }
|
|
|
|
</div>
|
|
|
|
!!! abstract
|
|
|
|
栈如同叠猫猫,而队列就像猫猫排队。
|
|
|
|
两者分别代表着先入后出和先入先出的逻辑关系。
|