Datasegment.com Online Dictionary
  Online Dictionary : D : doubly linked list

doubly linked list


1 definition found

doubly linked list - Free On-line Dictionary of Computing (26 May 2007) :

  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.
  
     (1995-03-28)