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/en/docs/chapter_computational_compl.../index.md

23 lines
710 B

11 months ago
---
comments: true
icon: material/timer-sand
---
8 months ago
# Chapter 2.   Complexity analysis
11 months ago
8 months ago
![Complexity analysis](../assets/covers/chapter_complexity_analysis.jpg){ class="cover-image" }
11 months ago
!!! abstract
11 months ago
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.
11 months ago
7 months ago
## Chapter contents
11 months ago
7 months ago
- [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)