This website requires JavaScript.
Explore
Help
Register
Sign In
algorithm
/
hello-algo
Watch
1
Star
0
Fork
0
You've already forked hello-algo
mirror of
https://github.com/krahets/hello-algo.git
synced
2025-07-19 20:55:57 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
hello-algo
/
docs
/
chapter_stack_and_queue
/
index.md
krahets
a7f5434009
build
2023-12-02 06:24:05 +08:00
708 B
Raw
Blame
History
comments
icon
true
material/stack-overflow
第 5 章 栈与队列
{ class="cover-image" }
!!! abstract
栈如同叠猫猫,而队列就像猫猫排队。 两者分别代表先入后出和先入先出的逻辑关系。
本章内容
5.1 栈
5.2 队列
5.3 双向队列
5.4 小结