Unify the headings in mkdocs.yml and the articles.

This commit is contained in:
krahets
2023-02-26 20:16:55 +08:00
parent 5b44ff5397
commit 1a49631dba
11 changed files with 12 additions and 12 deletions

View File

@@ -1,4 +1,4 @@
# 数组
# 数组Array
「数组 Array」是一种将 **相同类型元素** 存储在 **连续内存空间** 的数据结构,将元素在数组中的位置称为元素的「索引 Index」。