mirror of
https://github.com/krahets/hello-algo.git
synced 2024-12-26 15:16:29 +08:00
22 lines
710 B
Markdown
22 lines
710 B
Markdown
---
|
|
comments: true
|
|
icon: material/timer-sand
|
|
---
|
|
|
|
# Chapter 2. Complexity analysis
|
|
|
|
![Complexity analysis](../assets/covers/chapter_complexity_analysis.jpg){ class="cover-image" }
|
|
|
|
!!! abstract
|
|
|
|
Complexity analysis is like a space-time navigator in the vast universe of algorithms.
|
|
|
|
It guides us in exploring deeper within the the dimensions of time and space, seeking more elegant solutions.
|
|
|
|
## Chapter contents
|
|
|
|
- [2.1 Algorithm efficiency assessment](performance_evaluation.md)
|
|
- [2.2 Iteration and recursion](iteration_and_recursion.md)
|
|
- [2.3 Time complexity](time_complexity.md)
|
|
- [2.4 Space complexity](space_complexity.md)
|
|
- [2.5 Summary](summary.md)
|