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-27 02:46:28 +08:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
2e27ad1680
hello-algo
/
chapter_stack_and_queue
/
index.md
krahets
2e27ad1680
build
2023-08-19 22:07:27 +08:00
703 B
Raw
Blame
History
comments
icon
true
material/stack-overflow
第 5 章 栈与队列
{ width="600" }
!!! abstract
栈如同叠猫猫,而队列就像猫猫排队。 两者分别代表着先入后出和先入先出的逻辑关系。
本章内容
5.1 栈
5.2 队列
5.3 双向队列
5.4 小结