| Interface | Description | |
|---|---|---|
| IArraySorter | Interface for Array sorter. |
| Class | Description | |
|---|---|---|
| ArrayHeapSorter |
Heap sorter algorithm class for sorting Arrays based
on heap-structure ordered with IComparator configured at construction time. |
|
| ArrayMergeSorter | ||
| ArrayQuickSorter | ||
| ArraySelectionSorter |