mirror of
https://github.com/krahets/hello-algo.git
synced 2026-07-22 03:16:08 +00:00
build
This commit is contained in:
@@ -3,20 +3,20 @@ comments: true
|
||||
icon: material/timer-sand
|
||||
---
|
||||
|
||||
# Chapter 2. Complexity analysis
|
||||
# Chapter 2. Complexity Analysis
|
||||
|
||||
{ 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)
|
||||
|
||||
Reference in New Issue
Block a user