(Latest Revision -- April 04, 2002)


Illustrations of Linked List Operations

  1. The Basic Structure of a Linked List

  2. Inserting an Element into an Empty Linked List

  3. Inserting an Element into the First Position of a Linked List

  4. Inserting an Element into the Last Position of a Linked List

  5. Inserting an Element Somewhere in the Middle of a Linked List

  6. Retrieving an Element from the First Position of a Linked List

  7. Retrieving an Element from Somewhere in the Middle of a Linked List