Skip to content

Commit 1e13539

Browse files
committed
Update the figures in chapter preface.
1 parent 70c1dba commit 1e13539

File tree

13 files changed

+11
-11
lines changed

13 files changed

+11
-11
lines changed
Loading

docs/chapter_preface/about_the_book.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ comments: true
3636

3737
本书主要内容分为复杂度分析、数据结构、算法三个部分。
3838

39-
![mindmap](index.assets/mindmap.png)
39+
![mindmap](about_the_book.assets/mindmap.png)
4040

4141
<p align="center"> Fig. 知识点思维导图 </p>
4242

@@ -94,7 +94,7 @@ comments: true
9494
/* 标题注释,用于标注函数、类、测试样例等 */
9595

9696
// 内容注释,用于详解代码
97-
97+
9898
/**
9999
* 多行
100100
* 注释
@@ -107,7 +107,7 @@ comments: true
107107
/* 标题注释,用于标注函数、类、测试样例等 */
108108

109109
// 内容注释,用于详解代码
110-
110+
111111
/**
112112
* 多行
113113
* 注释
@@ -120,7 +120,7 @@ comments: true
120120
""" 标题注释,用于标注函数、类、测试样例等 """
121121

122122
# 内容注释,用于详解代码
123-
123+
124124
"""
125125
多行
126126
注释
@@ -133,7 +133,7 @@ comments: true
133133
/* 标题注释,用于标注函数、类、测试样例等 */
134134

135135
// 内容注释,用于详解代码
136-
136+
137137
/**
138138
* 多行
139139
* 注释
@@ -146,7 +146,7 @@ comments: true
146146
/* 标题注释,用于标注函数、类、测试样例等 */
147147

148148
// 内容注释,用于详解代码
149-
149+
150150
/**
151151
* 多行
152152
* 注释
@@ -159,7 +159,7 @@ comments: true
159159
/* 标题注释,用于标注函数、类、测试样例等 */
160160

161161
// 内容注释,用于详解代码
162-
162+
163163
/**
164164
* 多行
165165
* 注释
@@ -172,7 +172,7 @@ comments: true
172172
/* 标题注释,用于标注函数、类、测试样例等 */
173173

174174
// 内容注释,用于详解代码
175-
175+
176176
/**
177177
* 多行
178178
* 注释
@@ -185,7 +185,7 @@ comments: true
185185
/* 标题注释,用于标注函数、类、测试样例等 */
186186

187187
// 内容注释,用于详解代码
188-
188+
189189
/**
190190
* 多行
191191
* 注释
@@ -198,7 +198,7 @@ comments: true
198198
/* 标题注释,用于标注函数、类、测试样例等 */
199199

200200
// 内容注释,用于详解代码
201-
201+
202202
/**
203203
* 多行
204204
* 注释
Binary file not shown.
-1.04 MB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Loading
Loading

docs/chapter_preface/suggestions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ comments: true
1010

1111
在阅读本书的过程中,若发现某段内容提供了动画或图解,**建议你以图为主线**,将文字内容(一般在图的上方)对齐到图中内容,综合来理解。
1212

13-
![algorithm_animation](suggestions.assets/algorithm_animation.gif)
13+
![animation](suggestions.assets/animation.gif)
1414

1515
## 代码实践学
1616

0 commit comments

Comments
 (0)