| Interface | Description |
|---|---|
| DriverInterface |
These are the methods that you will use to exercise your
LinearSearch.java
and BinarySearch classes. |
| SearchInterface |
This is a generalized search interface.
|
| TestTimesInterface |
This interface will be used to organize and manage test times that are measured for specific operations.
|
| Class | Description |
|---|---|
| BinarySearch | |
| Driver | |
| LinearSearch | |
| Test | |
| TestTimes |