From 523f5d7550e21e0ee3e14be6e12247545347f929 Mon Sep 17 00:00:00 2001 From: flxxsl <814453302@qq.com> Date: Thu, 18 Jan 2024 14:36:43 +0000 Subject: [PATCH] =?UTF-8?q?update=20DS/2.LinearList/1=E7=BA=BF=E6=80=A7?= =?UTF-8?q?=E8=A1=A8=E5=AE=9A=E4=B9=89.md.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: flxxsl <814453302@qq.com> --- ...\272\277\346\200\247\350\241\250\345\256\232\344\271\211.md" | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git "a/DS/2.LinearList/1\347\272\277\346\200\247\350\241\250\345\256\232\344\271\211.md" "b/DS/2.LinearList/1\347\272\277\346\200\247\350\241\250\345\256\232\344\271\211.md" index 84417cc..591203b 100644 --- "a/DS/2.LinearList/1\347\272\277\346\200\247\350\241\250\345\256\232\344\271\211.md" +++ "b/DS/2.LinearList/1\347\272\277\346\200\247\350\241\250\345\256\232\344\271\211.md" @@ -23,7 +23,7 @@ > C语言中可以用指针实现,也就是`*L` ## 错题集 -1. ![IMG_0216](../../assets/images/IMG_0216.PNG) +1. ![IMG_0216](.././assets/images/IMG_0216.PNG)
答案与解析:
-- Gitee