Definify.com
Definition 2024
linked_list
linked list
English
Noun
linked list (plural linked lists)
- (computing theory) A simple linear data structure, each of whose nodes includes a pointer to the next (and sometimes previous) node in the list, enabling traversal of the structure in at least one direction from any starting point.