This commit is contained in:
krahets
2025-12-31 19:37:45 +08:00
parent 29ec0c699d
commit 3c9d5689c4
279 changed files with 40895 additions and 16087 deletions
@@ -3,20 +3,20 @@ comments: true
icon: material/timer-sand
---
# Chapter 2.   Complexity analysis
# 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.
Complexity analysis is like a space-time guide in the vast universe of algorithms.
It guides us in exploring deeper within the dimensions of time and space, seeking more elegant solutions.
It leads us to explore deeply within the two 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.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)