mirror of
https://github.com/krahets/hello-algo.git
synced 2024-12-26 12:36:30 +08:00
19dde675df
* 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
396 B
396 B
Arrays and Linked Lists
!!! 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.