mirror of
https://github.com/krahets/hello-algo.git
synced 2024-12-27 00:26:28 +08:00
07f7eb12ff
* Capitalize all the headers, list headers and figure captions * Fix the term "LRU" * Fix the names of source code link in avl_tree.md * Capitalize only first letter for nav trees in mkdocs.yml * Update code comments * Update linked_list.md * Update linked_list.md
9 lines
317 B
Markdown
9 lines
317 B
Markdown
# Complexity analysis
|
|
|
|
![Complexity analysis](../assets/covers/chapter_complexity_analysis.jpg)
|
|
|
|
!!! 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.
|