translation: Add the initial translation of the array and linked list chapter (#1008)

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

* Fix a typo

* Add the translation of the array and linked-list chapter
This commit is contained in:
Yudong Jin
2023-12-27 00:42:55 +08:00
committed by GitHub
parent 42523b8879
commit 19dde675df
17 changed files with 1921 additions and 12 deletions
@@ -0,0 +1,9 @@
# Arrays and Linked Lists
![Arrays and Linked Lists](../assets/covers/chapter_array_and_linkedlist.jpg)
!!! abstract
The world of data structures is like a solid brick wall.
The bricks of an array are neatly arranged, each closely connected to the next. In contrast, the bricks of a linked list are scattered, with vines of connections freely weaving through the gaps between bricks.