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.
hello-algo/zh-Hant/docs/chapter_array_and_linkedlist/index.md

23 lines
906 B

8 months ago
---
comments: true
icon: material/view-list-outline
---
# 第 4 章   陣列與鏈結串列
![陣列與鏈結串列](../assets/covers/chapter_array_and_linkedlist.jpg){ class="cover-image" }
!!! abstract
資料結構的世界如同一堵厚實的磚牆。
陣列的磚塊整齊排列,逐個緊貼。鏈結串列的磚塊分散各處,連線的藤蔓自由地穿梭於磚縫之間。
## Chapter Contents
- [4.1   陣列](https://www.hello-algo.com/en/chapter_array_and_linkedlist/array/)
- [4.2   鏈結串列](https://www.hello-algo.com/en/chapter_array_and_linkedlist/linked_list/)
- [4.3   串列](https://www.hello-algo.com/en/chapter_array_and_linkedlist/list/)
- [4.4   記憶體與快取 *](https://www.hello-algo.com/en/chapter_array_and_linkedlist/ram_and_cache/)
- [4.5   小結](https://www.hello-algo.com/en/chapter_array_and_linkedlist/summary/)