221 Out-Lab Page
Fall 2005

Lecture Schedule

Out-Lab 5--Linked Lists
This will be a two week lab;
It will be due at the beginning of lab November 7.

For this lab, you will solve the problem of storing an phone book two different ways.

  1. First you will build your own linked list class.

  2. For the second part of the lab, you will used the LinkedList class in the Java Library instead of your own class.

Out-Lab 6--Using Queues for Simulation
This will be a two week lab;
It will be due at the beginning of lab November 21.

Description

Input
You will have an input file that will contain information about the people coming to the MVD. It will have:

Output

Further details:   Incorporate the following details into your program:

Out-Lab 7--The Tortoise and the Hare
This lab will be due during the last week of class

Description