C# Class Orc.Sort.NSort.ShellSort

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

Public Methods

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

Method Details

ShellSort() public method

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

ShellSort() public method

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