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.
hello-algo/chapter_computational_compl.../index.md

26 lines
821 B

1 year ago
---
comments: true
1 year ago
icon: material/timer-sand
1 year ago
---
1 year ago
# 2.   复杂度
1 year ago
<div class="center-table" markdown>
1 year ago
![复杂度](../assets/covers/chapter_complexity_analysis.jpg){ width="600" }
1 year ago
</div>
1 year ago
1 year ago
!!! abstract
复杂度犹如浩瀚的算法宇宙中的指南针。
它引导我们在时间与空间的维度上深入探索,寻找更优雅的解决方案。
1 year ago
## 本章内容
- [2.1 &nbsp; 算法效率评估](https://www.hello-algo.com/chapter_computational_complexity/performance_evaluation/)
- [2.2 &nbsp; 时间复杂度](https://www.hello-algo.com/chapter_computational_complexity/time_complexity/)
- [2.3 &nbsp; 空间复杂度](https://www.hello-algo.com/chapter_computational_complexity/space_complexity/)
- [2.4 &nbsp; 小结](https://www.hello-algo.com/chapter_computational_complexity/summary/)