Linked Lists

Home > Computer Science > Software Engineering > Data structures > Linked Lists

A data structure that consists of a sequence of nodes, each containing a reference to the next node.