Table of Contents

Struct Sort.QuickSortConfig

Namespace
AlgorithmsSW.Sort
Assembly
AlgorithmsSW.dll

Represents variations on a quick sort algorithm.

public struct Sort.QuickSortConfig
Inherited Members
Extension Methods

Fields

PivotSelection

public Sort.QuickSortConfig.PivotSelectionAlgorithm PivotSelection

Field Value

Sort.QuickSortConfig.PivotSelectionAlgorithm

Vanilla

public static readonly Sort.QuickSortConfig Vanilla

Field Value

Sort.QuickSortConfig