Chapter 7 Flashcards
Circular linked list
A list in which every node has a successor; the “last” element is succeeded by the “first” element
Doubly linked list
A linked list in which each node is linked to both its successor and its predessor
Header node
A placeholder node at the beginning of a list; used to simplify list processing
Trailer node
A placeholder node at the end of a list; used to simplify list processing
A list in which every node has a successor; the “last” element is succeeded by the “first” element
Circular linked list
A linked list in which each node is linked to both its successor and its predessor
Doubly linked list
A placeholder node at the beginning of a list; used to simplify list processing
Header node
A placeholder node at the end of a list; used to simplify list processing
Trailer node