Linked List

Linked List: A linear data structure where elements are stored in nodes with each node pointing to the next one.