mirror of
https://github.com/krahets/hello-algo.git
synced 2026-08-16 13:40:58 +00:00
build
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
---
|
||||
comments: true
|
||||
icon: material/view-list-outline
|
||||
---
|
||||
|
||||
# 第 4 章 陣列與鏈結串列
|
||||
|
||||
{ class="cover-image" }
|
||||
|
||||
!!! abstract
|
||||
|
||||
資料結構的世界如同一堵厚實的磚牆。
|
||||
|
||||
陣列的磚塊整齊排列,逐個緊貼。鏈結串列的磚塊分散各處,連線的藤蔓自由地穿梭於磚縫之間。
|
||||
|
||||
## 本章內容
|
||||
|
||||
- [4.1 陣列](array.md)
|
||||
- [4.2 鏈結串列](linked_list.md)
|
||||
- [4.3 串列](list.md)
|
||||
- [4.4 記憶體與快取 *](ram_and_cache.md)
|
||||
- [4.5 小結](summary.md)
|
||||
- [4.6 練習](exercises.md)
|
||||
Reference in New Issue
Block a user