Chapter 5: Linked Lists

<aside> 🚨 Linked list: a series of nodes where each one points to the next one in memory, and each node contains a piece of data.

</aside>

Why do we use Linked Lists?