Revisit the English version (#1835)

* Review the English version using Claude-4.5.

* Update mkdocs.yml

* Align the section titles.

* Bug fixes
This commit is contained in:
Yudong Jin
2025-12-30 17:54:01 +08:00
committed by GitHub
parent 091afd38b4
commit 45e1295241
106 changed files with 4195 additions and 3398 deletions
@@ -1,9 +1,9 @@
# Arrays and linked lists
# Arrays and Linked Lists
![Arrays and linked lists](../assets/covers/chapter_array_and_linkedlist.jpg)
![Arrays and Linked Lists](../assets/covers/chapter_array_and_linkedlist.jpg)
!!! abstract
The world of data structures resembles a sturdy brick wall.
The world of data structures is like a solid brick wall.
In arrays, envision bricks snugly aligned, each resting seamlessly beside the next, creating a unified formation. Meanwhile, in linked lists, these bricks disperse freely, embraced by vines gracefully knitting connections between them.
Array bricks are neatly arranged, tightly packed one by one. Linked list bricks are scattered everywhere, with connecting vines freely weaving through the gaps between bricks.