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