hello-algo/chapter_array_and_linkedlist/index.md
2023-08-03 04:37:52 +08:00

27 lines
796 B
Markdown

---
comments: true
icon: material/view-list-outline
---
# 4.   数组与链表
<div class="center-table" markdown>
![数组与链表](../assets/covers/chapter_array_and_linkedlist.jpg){ width="600" }
</div>
!!! abstract
数组的砖块整齐排列,紧贴在一起。
链表的砖块分散各处,连接的藤蔓自由地穿梭于砖缝之间。
它们共同构成了数据结构的世界。
## 本章内容
- [4.1 &nbsp; 数组](https://www.hello-algo.com/chapter_array_and_linkedlist/array/)
- [4.2 &nbsp; 链表](https://www.hello-algo.com/chapter_array_and_linkedlist/linked_list/)
- [4.3 &nbsp; 列表](https://www.hello-algo.com/chapter_array_and_linkedlist/list/)
- [4.4 &nbsp; 小结](https://www.hello-algo.com/chapter_array_and_linkedlist/summary/)