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-26 22:56:28 +08:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
ea7cdae9a7
hello-algo
/
zh-Hant
/
docs
/
chapter_stack_and_queue
/
index.md
krahets
aea68142f8
build
2024-04-07 02:41:53 +08:00
479 B
Raw
Blame
History
comments
icon
true
material/stack-overflow
第 5 章 堆疊與佇列
{ class="cover-image" }
!!! abstract
堆疊如同疊貓貓,而佇列就像貓貓排隊。 兩者分別代表先入後出和先入先出的邏輯關係。
本章內容
5.1 堆疊
5.2 佇列
5.3 雙向佇列
5.4 小結