| Interface | Description |
|---|---|
| IPriorityQueue<E extends Comparable<? super E>> |
A priority queue is different from a regular queue because it respects priority among the elements.
|
| IQueue<E> |
Created by garethhalladay on 10/3/17
|
| Class | Description |
|---|---|
| Eval | |
| Heap<E extends Comparable<? super E>> |
A min-heap data structure and a heap-sort static method.
|
| Plan | |
| QueueTestProgram |
QueueTestProgram tests IQueue instances for correctness by comparing their behavior
to
PriorityQueue as a reference implementation. |
| Script | |
| Shrink |