Update 1.1线性表.md

This commit is contained in:
岩岩
2022-03-29 10:41:36 +08:00
committed by GitHub
parent 38401b993c
commit c149f127bf

View File

@@ -1,5 +1,7 @@
## 线性表 —— Linear List
![线性表](https://github.com/oxyanyano/2022-WangDao-CS-DS-Notes/blob/main/images/1.png)
### 一、线性表的定义:
`线性表`是n个具有相同特性的数据元素的有限序列。