diff --git a/docs/chapter_preface/about_the_book.assets/mindmap.png b/docs/chapter_preface/about_the_book.assets/mindmap.png new file mode 100644 index 00000000..131251da Binary files /dev/null and b/docs/chapter_preface/about_the_book.assets/mindmap.png differ diff --git a/docs/chapter_preface/about_the_book.md b/docs/chapter_preface/about_the_book.md index 01f513f0..78133f7b 100644 --- a/docs/chapter_preface/about_the_book.md +++ b/docs/chapter_preface/about_the_book.md @@ -36,7 +36,7 @@ comments: true 本书主要内容分为复杂度分析、数据结构、算法三个部分。 - +
Fig. 知识点思维导图
@@ -94,7 +94,7 @@ comments: true /* 标题注释,用于标注函数、类、测试样例等 */ // 内容注释,用于详解代码 - + /** * 多行 * 注释 @@ -107,7 +107,7 @@ comments: true /* 标题注释,用于标注函数、类、测试样例等 */ // 内容注释,用于详解代码 - + /** * 多行 * 注释 @@ -120,7 +120,7 @@ comments: true """ 标题注释,用于标注函数、类、测试样例等 """ # 内容注释,用于详解代码 - + """ 多行 注释 @@ -133,7 +133,7 @@ comments: true /* 标题注释,用于标注函数、类、测试样例等 */ // 内容注释,用于详解代码 - + /** * 多行 * 注释 @@ -146,7 +146,7 @@ comments: true /* 标题注释,用于标注函数、类、测试样例等 */ // 内容注释,用于详解代码 - + /** * 多行 * 注释 @@ -159,7 +159,7 @@ comments: true /* 标题注释,用于标注函数、类、测试样例等 */ // 内容注释,用于详解代码 - + /** * 多行 * 注释 @@ -172,7 +172,7 @@ comments: true /* 标题注释,用于标注函数、类、测试样例等 */ // 内容注释,用于详解代码 - + /** * 多行 * 注释 @@ -185,7 +185,7 @@ comments: true /* 标题注释,用于标注函数、类、测试样例等 */ // 内容注释,用于详解代码 - + /** * 多行 * 注释 @@ -198,7 +198,7 @@ comments: true /* 标题注释,用于标注函数、类、测试样例等 */ // 内容注释,用于详解代码 - + /** * 多行 * 注释 diff --git a/docs/chapter_preface/index.assets/learning_route.png b/docs/chapter_preface/index.assets/learning_route.png deleted file mode 100644 index 7423808d..00000000 Binary files a/docs/chapter_preface/index.assets/learning_route.png and /dev/null differ diff --git a/docs/chapter_preface/index.assets/mindmap.png b/docs/chapter_preface/index.assets/mindmap.png deleted file mode 100644 index a1c83838..00000000 Binary files a/docs/chapter_preface/index.assets/mindmap.png and /dev/null differ diff --git a/docs/chapter_preface/installation.assets/image-20221117201957848.png b/docs/chapter_preface/installation.assets/image-20221117201957848.png deleted file mode 100644 index fdb2c2f6..00000000 Binary files a/docs/chapter_preface/installation.assets/image-20221117201957848.png and /dev/null differ diff --git a/docs/chapter_preface/installation.assets/image-20221118013006841.png b/docs/chapter_preface/installation.assets/image-20221118013006841.png deleted file mode 100644 index ae6f9aa2..00000000 Binary files a/docs/chapter_preface/installation.assets/image-20221118013006841.png and /dev/null differ diff --git a/docs/chapter_preface/installation.assets/image-20221118013751773.png b/docs/chapter_preface/installation.assets/image-20221118013751773.png deleted file mode 100644 index 3bd4cf97..00000000 Binary files a/docs/chapter_preface/installation.assets/image-20221118013751773.png and /dev/null differ diff --git a/docs/chapter_preface/installation.assets/vscode_installation.png b/docs/chapter_preface/installation.assets/vscode_installation.png deleted file mode 100644 index 77bd06d7..00000000 Binary files a/docs/chapter_preface/installation.assets/vscode_installation.png and /dev/null differ diff --git a/docs/chapter_preface/suggestions.assets/algorithm_animation.gif b/docs/chapter_preface/suggestions.assets/algorithm_animation.gif deleted file mode 100644 index 5db93eee..00000000 Binary files a/docs/chapter_preface/suggestions.assets/algorithm_animation.gif and /dev/null differ diff --git a/docs/chapter_preface/suggestions.assets/animation.gif b/docs/chapter_preface/suggestions.assets/animation.gif new file mode 100644 index 00000000..60f53f20 Binary files /dev/null and b/docs/chapter_preface/suggestions.assets/animation.gif differ diff --git a/docs/chapter_preface/suggestions.assets/comment.gif b/docs/chapter_preface/suggestions.assets/comment.gif index d64787ac..e7a74cf9 100644 Binary files a/docs/chapter_preface/suggestions.assets/comment.gif and b/docs/chapter_preface/suggestions.assets/comment.gif differ diff --git a/docs/chapter_preface/suggestions.assets/running_code.gif b/docs/chapter_preface/suggestions.assets/running_code.gif index 7377773c..dfe17531 100644 Binary files a/docs/chapter_preface/suggestions.assets/running_code.gif and b/docs/chapter_preface/suggestions.assets/running_code.gif differ diff --git a/docs/chapter_preface/suggestions.md b/docs/chapter_preface/suggestions.md index b2e18905..4c774356 100644 --- a/docs/chapter_preface/suggestions.md +++ b/docs/chapter_preface/suggestions.md @@ -10,7 +10,7 @@ comments: true 在阅读本书的过程中,若发现某段内容提供了动画或图解,**建议你以图为主线**,将文字内容(一般在图的上方)对齐到图中内容,综合来理解。 - + ## 代码实践学