C# Class Orc.Sort.NSort.ShellSort

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

Méthodes publiques

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

Method Details

ShellSort() public méthode

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

ShellSort() public méthode

public ShellSort ( 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