C# Class Orc.Sort.NSort.SelectionSort

Inheritance: SwapSorter
Mostra file Open project: WildGums/Orc.Sort

Public Methods

Method Description
SelectionSort ( ) : System.Collections
SelectionSort ( IComparer comparer, ISwap swapper ) : System.Collections
Sort ( IList list ) : void

Method Details

SelectionSort() public method

public SelectionSort ( ) : System.Collections
return System.Collections

SelectionSort() public method

public SelectionSort ( IComparer comparer, ISwap swapper ) : System.Collections
comparer IComparer
swapper ISwap
return System.Collections

Sort() public method

public Sort ( IList list ) : void
list IList
return void