Files
hello-algo/en/docs/chapter_array_and_linkedlist/index.md
T
krahets 9d21ca86b0 build
2026-04-03 18:46:15 +08:00

709 B

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

Chapter 4.   Arrays and Linked Lists

Arrays and Linked Lists{ class="cover-image" }

!!! abstract

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

The bricks of an array are neatly aligned, each pressed tightly against the next. The bricks of a linked list are scattered about, with connecting vines weaving freely through the gaps between them.

Chapter contents