C# Class Orc.Sort.NSort.SelectionSort

Inheritance: SwapSorter
Afficher le fichier Open project: WildGums/Orc.Sort

Méthodes publiques

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

Method Details

SelectionSort() public méthode

public SelectionSort ( ) : System.Collections
Résultat System.Collections

SelectionSort() public méthode

public SelectionSort ( IComparer comparer, ISwap swapper ) : System.Collections
comparer IComparer
swapper ISwap
Résultat System.Collections

Sort() public méthode

public Sort ( IList list ) : void
list IList
Résultat void