This website requires JavaScript.
Explore
Help
Register
Sign In
learning
/
hello-algo
mirror of
https://github.com/krahets/hello-algo.git
Watch
1
Star
0
Fork
You've already forked hello-algo
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
d85a3bb74d
hello-algo
/
docs
/
chapter_stack_and_queue
/
index.md
267 B
Raw
Blame
History
栈与队列
!!! abstract
栈如同叠猫猫,而队列就像猫猫排队。 两者分别代表先入后出和先入先出的逻辑关系。