translation: Update the complexity analysis chapter to the main branch (#1001)

* 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.
This commit is contained in:
Yudong Jin
2023-12-24 10:47:06 +08:00
committed by GitHub
parent 6d961d38a0
commit 9d9d9e74b9
7 changed files with 285 additions and 286 deletions

View File

@ -23,7 +23,7 @@ A "data structure" is a way of organizing and storing data in a computer, with t
## Relationship Between Data Structures and Algorithms
As shown in the diagram below, data structures and algorithms are highly related and closely integrated, specifically in the following three aspects:
As shown in the figure below, data structures and algorithms are highly related and closely integrated, specifically in the following three aspects:
- Data structures are the foundation of algorithms. They provide structured data storage and methods for manipulating data for algorithms.
- Algorithms are the stage where data structures come into play. The data structure alone only stores data information; it is through the application of algorithms that specific problems can be solved.