This commit is contained in:
krahets
2023-12-28 17:18:37 +08:00
parent 8d49c46234
commit d1f1473539
67 changed files with 604 additions and 609 deletions

View File

@ -4,7 +4,7 @@ comments: true
# 4.1   数组
「数组 array」是一种线性数据结构其将相同类型的元素存储在连续的内存空间中。我们将元素在数组中的位置称为该元素的「索引 index」。图 4-1 展示了数组的主要术语和概念。
「数组 array」是一种线性数据结构其将相同类型的元素存储在连续的内存空间中。我们将元素在数组中的位置称为该元素的「索引 index」。图 4-1 展示了数组的主要概念和存储方式
![数组定义与存储方式](array.assets/array_definition.png){ class="animation-figure" }