Computer Science Canada

Java Queue Example

Author:  RobinK [ Sun Jul 10, 2005 11:40 pm ]
Post subject:  Java Queue Example

This is a small application I wrote a long time ago for comp sci 12.

It is an example of how to write queues (like queue lines).

Queue types are linear, shiftremove, shiftfull, circular and linked list.

EDIT: Forgot to mention the main is written for Holtsoft's HSA Console. But the class is unverisal.


: