Using Doubly Linked Lists
These documents describe how to use doubly linked lists.
Doubly linked lists
This document is a introduction to doubly linked lists.
Links
This document describes links in the context of a doubly linked list.
Headers
This document describes the concept of headers as regards to doubly linked lists.
Iterators
This document describes iterators within the context of doubly linked lists.
How to form links
This document describes how to use links within a doubly linked list.
How to construct a header
This document describes how to create a header for a doubly linked list.
How to construct an iterator
This document describes how to create an iterator for a doubly linked list.
How to construct and manipulate a doubly linked list
This document describes how to construct and use a doubly linked list.
Parent topic:
Arrays And Lists