Skip to content

Chapter 4.   Arrays and Linked Lists

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.

Chapter Contents

Feel free to drop your insights, questions or suggestions