| Interface | Description |
|---|---|
| DriverInterface | |
| RuntimeInterface |
This interface will be used to organize and manage runtimes that are measured for specific operations.
|
| SortInterface |
This interface will be used by various classes to sort an array
Integer objects. |
| Class | Description |
|---|---|
| BubbleSort | |
| Driver | |
| InsertionSort | |
| RunTime | |
| SelectionSort |
| Enum | Description |
|---|---|
| DriverInterface.ArrayType |
This
enum is used to specify the type of Array. |
| DriverInterface.SortType |
This
enum is used to specify the desired sort algorithm:
BubbleSort - Indicates the Bubble Sort algorithm.
SelectionSort - Indicates the Selection Sort algorithm.
InsertionSort - Indicates the Insertion Sort algorithm.
|