mirror of
https://github.com/krahets/hello-algo.git
synced 2026-07-02 10:34:35 +00:00
23 lines
703 B
Markdown
23 lines
703 B
Markdown
---
|
|
comments: true
|
|
icon: material/timer-sand
|
|
---
|
|
|
|
# Chapter 2. Complexity Analysis
|
|
|
|
{ class="cover-image" }
|
|
|
|
!!! abstract
|
|
|
|
Complexity analysis is like a space-time guide in the vast universe of algorithms.
|
|
|
|
It leads us to explore deeply within the two dimensions of time and space, seeking more elegant solutions.
|
|
|
|
## Chapter contents
|
|
|
|
- [2.1 Algorithm Efficiency Evaluation](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)
|