C# (CSharp) Orc.Sort.NSort Namespace

Classes

Name Description
BiDirectionalBubbleSort
BubbleSorter Bubble sort sequential algorithm
ComboSort11
ComparableComparer Default IComparable object comparer.
DefaultSwap Default swap class
DoubleStorageMergeSort
FastQuickSorter A fast quick sort demonstration algorithm
HeapSort
InPlaceMergeSort
InsertionSort
OddEvenTransportSorter Odd-Even Transport sort parralel algorithm
QuickSortWithBubbleSort
QuickSorter http://www.codeproject.com/csharp/csquicksort.asp
SelectionSort
ShakerSort
ShellSort
SwapSorter Abstract base class for Swap sort algorithms.