Move docs/zh back to docs.

This commit is contained in:
krahets
2023-10-08 01:22:57 +08:00
parent 70cff2d99f
commit 400b3914f6
591 changed files with 0 additions and 0 deletions

View File

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