mirror of
https://github.com/krahets/hello-algo.git
synced 2024-12-26 10:06:29 +08:00
e720aa2d24
* Sync recent changes to the revised Word. * Revised the preface chapter * Revised the introduction chapter * Revised the computation complexity chapter * Revised the chapter data structure * Revised the chapter array and linked list * Revised the chapter stack and queue * Revised the chapter hashing * Revised the chapter tree * Revised the chapter heap * Revised the chapter graph * Revised the chapter searching * Reivised the sorting chapter * Revised the divide and conquer chapter * Revised the chapter backtacking * Revised the DP chapter * Revised the greedy chapter * Revised the appendix chapter * Revised the preface chapter doubly * Revised the figures
8 lines
712 B
Markdown
8 lines
712 B
Markdown
# 小结
|
|
|
|
- 本书的主要受众是算法初学者。如果已有一定基础,本书能帮助你系统回顾算法知识,书中源代码也可作为“刷题工具库”使用。
|
|
- 书中内容主要包括复杂度分析、数据结构、算法三部分,涵盖了该领域的大部分主题。
|
|
- 对于算法新手,在初学阶段阅读一本入门书至关重要,可以少走许多弯路。
|
|
- 书中的动画和图解通常用于介绍重点和难点知识。阅读本书时,应给予这些内容更多关注。
|
|
- 实践乃学习编程之最佳途径。强烈建议运行源代码并亲自敲代码。
|
|
- 本书网页版的每个章节都设有讨论区,欢迎随时分享你的疑惑与见解。
|