doubly linked list


doubly linked list

(programming)A data structure in which each element containspointers to the next and previous elements in the list, thusforming a bidirectional linear list.