Modifier and Type | Class and Description |
---|---|
class |
BubbleSort |
class |
InsertionSort |
class |
SelectionSort |
Modifier and Type | Method and Description |
---|---|
RunTime |
Driver.runSort(DriverInterface.SortType sortType,
DriverInterface.ArrayType arrayType,
int arraySize,
int numberOfTimes) |
RunTime |
DriverInterface.runSort(DriverInterface.SortType sortType,
DriverInterface.ArrayType arrayType,
int arraySize,
int numberOfTimes)
This method will run the specified sort type a specified number of times.
|