Lists
The following sections are included:
Introduction
Singly Linked Lists
Implementing Stacks with Singly Linked Lists
Implementing Queues with Singly Linked Lists
Double-Ended Linked Lists
Doubly Linked Lists
Doubly Linked Lists Processing: Insertion, Deletion and Traversal
Implementing Deques with Doubly Linked Lists
References
Appendices
Exercises