Linked List

A linear data structure of nodes where each node points to the next; useful in dynamic memory allocation and stack/queue implementation.