Move docs/zh back to docs.

Move docs/overrides to overrides/.
Other fine tunes.
This commit is contained in:
krahets
2023-10-08 04:25:06 +08:00
parent f62256bee1
commit b39c2a94d3
615 changed files with 3 additions and 3 deletions

View File

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