Click or drag to resize

SortAlgorithm Enumeration

Enum for specifying the sort algorithm to use

Namespace:  SD.Tools.Algorithmia
Assembly:  SD.Tools.Algorithmia (in SD.Tools.Algorithmia.dll) Version: 1.4.0.0 (1.4.19.0711)
Syntax
public enum SortAlgorithm
Members
  Member nameValueDescription
SelectionSort0 Use selection sort to sort the source
ShellSort1 Use shell sort to sort the source
QuickSort2 Use quick sort to sort the source
See Also