Sitefinity CMS

Telerik.Framework Send comments on this topic.
Telerik.Utilities.Sorting Namespace
See Also  Inheritance Hierarchy

Classes

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

Interfaces

InterfaceDescription
ISorter Summary description for ISorter.
ISwap Object swapper interface

See Also