mirror of
https://github.com/krahets/hello-algo.git
synced 2026-07-23 19:56:06 +00:00
build
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
---
|
||||
comments: true
|
||||
icon: material/stack-overflow
|
||||
---
|
||||
|
||||
# 第 5 章 堆疊與佇列
|
||||
|
||||
{ class="cover-image" }
|
||||
|
||||
!!! abstract
|
||||
|
||||
堆疊如同疊貓貓,而佇列就像貓貓排隊。
|
||||
|
||||
兩者分別代表先入後出和先入先出的邏輯關係。
|
||||
|
||||
## 本章內容
|
||||
|
||||
- [5.1 堆疊](stack.md)
|
||||
- [5.2 佇列](queue.md)
|
||||
- [5.3 雙向佇列](deque.md)
|
||||
- [5.4 小結](summary.md)
|
||||
- [5.5 練習](exercises.md)
|
||||
Reference in New Issue
Block a user