This commit is contained in:
krahets
2023-08-22 13:50:12 +08:00
parent 0c9bf14e20
commit 92a0853ab8
64 changed files with 478 additions and 479 deletions
+2 -2
View File
@@ -24,7 +24,7 @@ comments: true
## 0.1.2   内容结构
本书主要内容如图所示。
本书主要内容如图 0-1 所示。
- **复杂度分析**:数据结构和算法的评价维度与方法。时间复杂度、空间复杂度的推算方法、常见类型、示例等。
- **数据结构**:基本数据类型,数据结构的分类方法。数组、链表、栈、队列、哈希表、树、堆、图等数据结构的定义、优缺点、常用操作、常见类型、典型应用、实现方法等。
@@ -32,7 +32,7 @@ comments: true
![Hello 算法内容结构](about_the_book.assets/hello_algo_mindmap.png)
<p align="center"> 图Hello 算法内容结构 </p>
<p align="center"> 图 0-1 &nbsp; Hello 算法内容结构 </p>
## 0.1.3 &nbsp; 致谢