translation: Add the translation of the data structure chapter (#1007)

* Add the translation of the data structure chapter. Synchronize the headings in mkdocs-en.yml

* Fix a typo
This commit is contained in:
Yudong Jin
2023-12-26 18:28:26 +08:00
committed by GitHub
parent 1ee0a7a7bf
commit 42523b8879
14 changed files with 477 additions and 44 deletions
+5 -5
View File
@@ -1,13 +1,13 @@
# Data Structure
# Data Structures
<div class="center-table" markdown>
![data structure](../assets/covers/chapter_data_structure.jpg)
![Data Structures](../assets/covers/chapter_data_structure.jpg)
</div>
!!! abstract
Data structures resemble a stable and diverse framework.
They serve as a blueprint for organizing data orderly, enabling algorithms to come to life upon this foundation.
Data structures serve as a robust and diverse framework.
They offer a blueprint for the orderly organization of data, upon which algorithms come to life.