From c3107637de91f2723305a6603888ab79d8341976 Mon Sep 17 00:00:00 2001 From: Shepard Wang Date: Sun, 15 Nov 2020 10:04:36 +0800 Subject: [PATCH] 1 --- README.md | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index cb5047b..0f41660 100644 --- a/README.md +++ b/README.md @@ -151,15 +151,18 @@ C 语言详细教学。
-- 常见字符串/内存函数实现 -- -- -| 练习 | 介绍 | 难度 | -| --------------------------------------------------------- | ------------------------------------------------------------ | ------- | -| **1**.[常见字符串/内存函数实现](./Coding/Practice/string) | 主要实现:`strlen/strcpy/strcmp/strcat/strstr/memcpy/memmove` | ::star: | -| **2**.[]() | | | -| **3**.[]() | | | +| 练习 | 介绍 | 难度 | +| ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------ | +| **1**.[常见字符串/内存函数实现](./Coding/Practice/string) | 主要实现:`strlen/strcpy/strcmp/strcat/strstr/memcpy/memmove` | :star::star::star: | +| **2**.[账簿计算](./Coding/C_Crash_Course/01 Examples/06 循环/01 账簿计算) | 练习循环的使用(`while, switch`) | :star: | +| **3**.[计算利息 && 发牌](./Coding/C_Crash_Course/01 Examples/08 数组) | 练习数组的使用 | :star: | +| **4**.[]() | | | +| **5**.[]() | | | +| **6**.[]() | | | +| **7**.[]() | | | +| **8**.[]() | | | +| **9**.[]() | | |