linked list
data structure which is a linear collection of data elements, called nodes, each pointing to the next node by means of a pointer
singly linked list
linked list in which each node references its successor but not its predecessor
unrolled linked list
variation on the linked list data structure which stores multiple elements in each node
std::list
container in the C++ standard library; implements a linked list
doubly linked list
linked list in which each node references both its successor and its predecessor
International Best Dressed List
List of persons
Survivor registry
list of survivors of a disaster