CS 112
Hw 9

Due Wednesday April 17, by midnight


List implementation of Queues and Applications

Implement a Queue abstract data type using a linked list (instead of an array). Then finish and recompile the bank simulator (Hw 7) using this new queue. Part of this homework was done in Hw 7. Here are all the steps.


The purpose of this homework is to illustrate code reuse and the advantages of an object-oriented design of a program, whereas changing the implementation of a class should not affect the implementation of the programs which used objects/methods from that class.

Testing

I will post here (by the end of the day) the data you should use for testing the simulator and the format I expect for the input and output of the testdriver.

To submit

Submit in Hw9 all the files: sources, Makefile, a typescript and a data file with your test data. See below for naming conventions.
Naming conventions and files to submit (in Hw9):

Ileana Streinu