You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hello-algo/docs-en/chapter_array_and_linkedlist/index.md

970 B

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 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.

本章内容