Class and Description |
---|
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.
|