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/chapter_array_and_linkedlist/index.md

26 lines
792 B

1 year ago
---
comments: true
1 year ago
icon: material/view-list-outline
1 year ago
---
1 year ago
# 第 4 章   数组与链表
1 year ago
<div class="center-table" markdown>
1 year ago
![数组与链表](../assets/covers/chapter_array_and_linkedlist.jpg){ width="600" }
1 year ago
</div>
1 year ago
1 year ago
!!! abstract
1 year ago
数据结构的世界如同一睹厚实的砖墙。
数组的砖块整齐排列,逐个紧贴。链表的砖块分散各处,连接的藤蔓自由地穿梭于砖缝之间。
1 year ago
1 year ago
## 本章内容
- [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/)