From d4b0faa74a91e6151934a1b1c298fb022d74f2ae Mon Sep 17 00:00:00 2001 From: "lion.chan" Date: Sun, 9 Jan 2022 13:45:58 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E7=BB=83=E4=B9=A0=E9=A2=98.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: lion.chan --- Chapter4_数据结构、算法与设计模式/4.2_排序算法.md | 2 +- Chapter4_数据结构、算法与设计模式/4.3_查找与插入算法.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Chapter4_数据结构、算法与设计模式/4.2_排序算法.md b/Chapter4_数据结构、算法与设计模式/4.2_排序算法.md index 3a4ce1a..1c9f034 100644 --- a/Chapter4_数据结构、算法与设计模式/4.2_排序算法.md +++ b/Chapter4_数据结构、算法与设计模式/4.2_排序算法.md @@ -36,4 +36,4 @@ ## 练习 -编码实现快速排序算法。 \ No newline at end of file +编码实现快速排序算法。 diff --git a/Chapter4_数据结构、算法与设计模式/4.3_查找与插入算法.md b/Chapter4_数据结构、算法与设计模式/4.3_查找与插入算法.md index 12cf36d..9f0f80d 100644 --- a/Chapter4_数据结构、算法与设计模式/4.3_查找与插入算法.md +++ b/Chapter4_数据结构、算法与设计模式/4.3_查找与插入算法.md @@ -71,5 +71,5 @@ int main(void) 某中学级进行了期末考试,学生的姓名、性别、学号(具有唯一性)、年级、班级、成绩都保存在电脑中,实现一个程序: - 1. 任意给出学号或学生姓名、输出对应的学生信息和数学成绩; - 2. 允许插入新的学生信息和数学成绩。 +1. 任意给出学号或学生姓名、输出对应的学生信息和数学成绩; +2. 允许插入新的学生信息和数学成绩。