C# Class Orc.Sort.NSort.ShakerSort

Inheritance: SwapSorter
显示文件 Open project: WildGums/Orc.Sort

Public Methods

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

Method Details

ShakerSort() public method

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

ShakerSort() public method

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