mirror of
https://github.com/krahets/hello-algo.git
synced 2025-07-25 19:22:27 +08:00
Move docs/* to docs/zh/*
This commit is contained in:
13
docs/zh/chapter_stack_and_queue/index.md
Normal file
13
docs/zh/chapter_stack_and_queue/index.md
Normal file
@ -0,0 +1,13 @@
|
||||
# 栈与队列
|
||||
|
||||
<div class="center-table" markdown>
|
||||
|
||||
{ width="600" }
|
||||
|
||||
</div>
|
||||
|
||||
!!! abstract
|
||||
|
||||
栈如同叠猫猫,而队列就像猫猫排队。
|
||||
|
||||
两者分别代表着先入后出和先入先出的逻辑关系。
|
Reference in New Issue
Block a user