hello-algo/chapter_array_and_linkedlist/index.md

26 lines
785 B
Markdown
Raw Normal View History

2023-06-02 01:35:02 +08:00
---
comments: true
2023-07-19 16:10:06 +08:00
icon: material/view-list-outline
2023-06-02 01:35:02 +08:00
---
# 4.   数组与链表
<div class="center-table" markdown>
2023-07-29 04:48:28 +08:00
![数组与链表](../assets/covers/chapter_array_and_linkedlist.jpg){ width="600" }
2023-06-02 01:35:02 +08:00
</div>
2023-07-17 17:51:03 +08:00
2023-08-03 04:37:52 +08:00
!!! abstract
2023-08-04 05:24:49 +08:00
数据结构的世界如同一睹厚实的砖墙。
数组的砖块整齐排列,逐个紧贴。链表的砖块分散各处,连接的藤蔓自由地穿梭于砖缝之间。
2023-08-03 04:37:52 +08:00
2023-07-17 17:51:03 +08:00
## 本章内容
- [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/)