You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
---
|
|
|
|
comments: true
|
|
|
|
icon: material/timer-sand
|
|
|
|
---
|
|
|
|
|
|
|
|
# 第 2 章 复杂度分析
|
|
|
|
|
|
|
|
![复杂度分析](../assets/covers/chapter_complexity_analysis.jpg){ class="cover-image" }
|
|
|
|
|
|
|
|
!!! abstract
|
|
|
|
|
|
|
|
复杂度分析犹如浩瀚的算法宇宙中的时空向导。
|
|
|
|
|
|
|
|
它带领我们在时间与空间这两个维度上深入探索,寻找更优雅的解决方案。
|
|
|
|
|
|
|
|
## 本章内容
|
|
|
|
|
|
|
|
- [2.1 算法效率评估](performance_evaluation.md)
|
|
|
|
- [2.2 迭代与递归](iteration_and_recursion.md)
|
|
|
|
- [2.3 时间复杂度](time_complexity.md)
|
|
|
|
- [2.4 空间复杂度](space_complexity.md)
|
|
|
|
- [2.5 小结](summary.md)
|