This website requires JavaScript.
Explore
Help
Sign In
xmengnet
/
hello-algo
Watch
1
Star
0
Fork
You've already forked hello-algo
0
mirror of
https://github.com/krahets/hello-algo.git
synced
2024-12-25 01:46:29 +08:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
400b3914f6
hello-algo
/
docs
/
chapter_stack_and_queue
/
index.md
krahets
400b3914f6
Move docs/zh back to docs.
2023-10-08 01:22:57 +08:00
285 B
Raw
Blame
History
栈与队列
{ width="600" }
!!! abstract
栈如同叠猫猫,而队列就像猫猫排队。 两者分别代表着先入后出和先入先出的逻辑关系。