doubly linked list
Also found in: Acronyms.
doubly linked list
(programming)A data structure in which each element contains
pointers to the next and previous elements in the list, thus
forming a bidirectional linear list.
This article is provided by FOLDOC - Free Online Dictionary of Computing (foldoc.org)