mirror of
https://github.com/krahets/hello-algo.git
synced 2024-12-26 00:36:28 +08:00
9d9d9e74b9
* Update buttons. * Update button svg * Update button * Update README.md * Update index.md * Update translation of about_the _book * Update English headings. * Update the translation of chapter comlexity analysis to main branch.
13 lines
362 B
Markdown
13 lines
362 B
Markdown
# Complexity Analysis
|
|
|
|
<div class="center-table" markdown>
|
|
|
|
![complexity_analysis](../assets/covers/chapter_complexity_analysis.jpg)
|
|
|
|
</div>
|
|
|
|
!!! 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.
|