Linked Lists

Home > Computer Science > Algorithms and data structures > Queues and Stacks > Linked Lists

A linked list is a data structure that consists of a sequence of nodes, each pointing to the next node in the sequence.