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