| Name | Last modified | Size | Description | |
|---|---|---|---|---|
| Parent Directory | - | |||
| README.txt | 2004-03-31 12:22 | 289 | ||
| package.html | 2004-03-31 12:21 | 94 | ||
In this package, place the following files from Homework 3:
Queue.java
QueueEmptyException.java
QueueFullException.java
ArrayQueue.java
They are needed because election.Ballot extends ArrayQueue.
You will have to add the line "package sequence;" at the top of each
file.