C# Class Orc.Sort.NSort.QuickSortWithBubbleSort

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

Méthodes publiques

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

Private Methods

Méthode Description
Sort1 ( IList list, int fromPos, int toPos ) : void
Sort2 ( IList list, int low, int high ) : void

Method Details

QuickSortWithBubbleSort() public méthode

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

QuickSortWithBubbleSort() public méthode

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