Files
hello-algo/en/docs/chapter_array_and_linkedlist/index.md
T
krahets 3c9d5689c4 build
2025-12-31 19:37:45 +08:00

668 B

comments, icon
comments icon
true material/view-list-outline

Chapter 4.   Array and Linked List

Array and Linked List{ class="cover-image" }

!!! abstract

The world of data structures is like a solid brick wall.

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.

Chapter contents