hello-algo/docs/chapter_array_and_linkedlist/index.md

14 lines
349 B
Markdown
Raw Normal View History

2023-06-02 01:36:51 +08:00
# 数组与链表
<div class="center-table" markdown>
![数组与链表](../assets/covers/chapter_array_and_linkedlist.jpg){ width="600" }
2023-06-02 01:36:51 +08:00
</div>
!!! abstract
数据结构的世界如同一堵厚实的砖墙。
2023-08-04 05:13:20 +08:00
数组的砖块整齐排列,逐个紧贴。链表的砖块分散各处,连接的藤蔓自由地穿梭于砖缝之间。