Linear data structure where elements are linked using pointers. Supports efficient insertion and deletion.
n nodes, each holding a value + next pointer