Please use the form below to search our dictionaries by entering a word you wish to define. (If you search this site to define words regularly, support this FREE site - Donate! )
|

Define the word linked list"linked list" foldoc "The Free On-line Dictionary of Computing (27 SEP 03)"
linked list
A data structure in which each element contains
a pointer to the next element, thus forming a linear list.
A doubly linked list contains pointers to both the next and
previous elements.
(1995-03-28)
|
|
|