DEV Community

Discussion on: Arrays vs Linked Lists

Collapse
 
pentacular profile image
pentacular

A more crucial difference is that linked lists can share structure, and this allows for efficient immutable structures.

You can think of a linked list as a tree branch, seen starting from a leaf and proceeding toward the root.