This commit is contained in:
krahets
2025-12-31 19:37:45 +08:00
parent 29ec0c699d
commit 3c9d5689c4
279 changed files with 40895 additions and 16087 deletions
+2
View File
@@ -4,6 +4,8 @@ comments: true
# 0.3   小结
### 1.   重点回顾
- 本书的主要受众是算法初学者。如果你已有一定基础,本书能帮助你系统回顾算法知识,书中源代码也可作为“刷题工具库”使用。
- 书中内容主要包括复杂度分析、数据结构和算法三部分,涵盖了该领域的大部分主题。
- 对于算法新手,在初学阶段阅读一本入门书至关重要,可以少走许多弯路。