doubly linked list

(idea) by Ender02 (5.3 y) Sat May 05 2001 at 2:42:41

A variant of a linked list in which each item has a link to the previous item as well as the next. This allows easily accessing list items backwards as well as forwards and deleting any item in constant time.

Y'know, if you log in, you can write something here, or contact authors directly on the site. Create a New User if you don't already have an account.