Lists


This page contains information on the Linked List Abstract Data Type and variations on that theme.

  1. Ordered linked list algorithms--Getting your "ducks" in a row.
  2. The Stack ADT: A code sample
  3. The Queue ADT: A code sample
  4. Checkout time: Using a queue in a simulation.