Language:
Free Online Dictionary|3Dict

doubly linked list

Source : Free On-Line Dictionary of Computing

doubly linked list
     
         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)
Sort by alphabet : A B C D E F G H I J K L M N O P Q R S T U V W X Y Z