mirror of
https://github.com/krahets/hello-algo.git
synced 2026-04-24 10:33:34 +08:00
build
This commit is contained in:
25
docs/chapter_array_and_linkedlist/index.md
Normal file
25
docs/chapter_array_and_linkedlist/index.md
Normal file
@@ -0,0 +1,25 @@
|
||||
---
|
||||
comments: true
|
||||
icon: material/view-list-outline
|
||||
---
|
||||
|
||||
# 第 4 章 数组与链表
|
||||
|
||||
<div class="center-table" markdown>
|
||||
|
||||
{ width="600" }
|
||||
|
||||
</div>
|
||||
|
||||
!!! abstract
|
||||
|
||||
数据结构的世界如同一堵厚实的砖墙。
|
||||
|
||||
数组的砖块整齐排列,逐个紧贴。链表的砖块分散各处,连接的藤蔓自由地穿梭于砖缝之间。
|
||||
|
||||
## 本章内容
|
||||
|
||||
- [4.1 数组](https://www.hello-algo.com/chapter_array_and_linkedlist/array/)
|
||||
- [4.2 链表](https://www.hello-algo.com/chapter_array_and_linkedlist/linked_list/)
|
||||
- [4.3 列表](https://www.hello-algo.com/chapter_array_and_linkedlist/list/)
|
||||
- [4.4 小结](https://www.hello-algo.com/chapter_array_and_linkedlist/summary/)
|
||||
Reference in New Issue
Block a user