Class Sorting

A utility class with functions for sorting arrays with respect to an IComparer<T>

Bases

object

Method overview

Equals(object obj), Inherited from object ,
Finalize(), Inherited from object ,
GetHashCode(), Inherited from object ,
GetType(), Inherited from object ,
HeapSort<T>(T[] array, int start, int count, System.Collections.Generic.IComparer<T> comparer) ,
InsertionSort<T>(T[] array, int start, int count, System.Collections.Generic.IComparer<T> comparer) ,
IntroSort<T>(T[] array, int start, int count, System.Collections.Generic.IComparer<T> comparer) ,
IntroSort<T>(T[] array) ,
MemberwiseClone(), Inherited from object ,
ToString(), Inherited from object

Method details

S void HeapSort<T>(T[] array, int start, int count, System.Collections.Generic.IComparer<T> comparer)
S void InsertionSort<T>(T[] array, int start, int count, System.Collections.Generic.IComparer<T> comparer)
S void IntroSort<T>(T[] array, int start, int count, System.Collections.Generic.IComparer<T> comparer)
S void IntroSort<T>(T[] array)