From c149f127bf784da0f473c9235e7a19be0b37d7ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B2=A9=E5=B2=A9?= <68364461+oxyanyano@users.noreply.github.com> Date: Tue, 29 Mar 2022 10:41:36 +0800 Subject: [PATCH] =?UTF-8?q?Update=201.1=E7=BA=BF=E6=80=A7=E8=A1=A8.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 1.1线性表.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/1.1线性表.md b/1.1线性表.md index 371f0ec..031d7c0 100644 --- a/1.1线性表.md +++ b/1.1线性表.md @@ -1,5 +1,7 @@ ## 线性表 —— Linear List +![线性表](https://github.com/oxyanyano/2022-WangDao-CS-DS-Notes/blob/main/images/1.png) + ### 一、线性表的定义: `线性表`是n个具有相同特性的数据元素的有限序列。