
Data Structures and Algorithms
Ladybug Podcast
00:00
The Benefits of Using a Linked List
A linked list is actually technically a graph data structure. Nodes are pieces of information, Edges are references to the next item in the linked list. Link lists can be stored all across your memory and your computer. The one thing with them is that they don't have indexing like arrays do. So accessing one individual item is much more difficult.
Transcript
Play full episode