| Interface | Description |
|---|---|
| DriverInterface |
This is the DriverInterface for
Homework 3
of CMP-338 in the Spring 2017 semester.
|
| ListInterface<I> |
This interface indicates the public methods that need to be implemented for Homework 3 of
CMP-338, Fall 2015.
|
| RunTimeInterface |
This interface will be used to organize and manage runtimes that are measured for specific operations.
|
| Class | Description |
|---|---|
| ArrayBasedList<I> | |
| Driver | |
| LinkedList<I> | |
| LinkedListNode<I> | |
| RunTime | |
| Test |
| Enum | Description |
|---|---|
| DriverInterface.ListType |
This
enum is used to specify which list implementation to use. |
| DriverInterface.TestType |
This
enum is used to specify which test scenario will be executed. |