This website works better with JavaScript.
Explore
Help
Register
Sign In
yetao
/
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
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
e434a3343c
dev
main
gh-pages
docs
docker-dev
1.0.0
1.0.0b1
1.0.0b2
1.0.0b3
1.0.0b4
1.0.0b5
1.0.0b6
1.1.0
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'e434a3343c'
${ noResults }
hello-algo
/
zh-Hant
/
docs
/
chapter_stack_and_queue
/
index.md
479 B
Raw
Blame
History
comments
icon
true
material/stack-overflow
第 5 章 堆疊與佇列
{ class="cover-image" }
!!! abstract
堆疊如同疊貓貓,而佇列就像貓貓排隊。 兩者分別代表先入後出和先入先出的邏輯關係。
本章內容
5.1 堆疊
5.2 佇列
5.3 雙向佇列
5.4 小結