Lists
This page contains information on the Linked List Abstract Data Type and
variations on that theme.
-
Ordered linked list algorithms--Getting your "ducks" in a row.
-
The Stack ADT: A code sample
-
The Queue ADT: A code sample
-
Checkout time: Using a queue in a simulation.