Abstract base class for Swap sort algorithms.

Namespace:  QuickGraph.Collections.Sort
Assembly:  QuickGraph (in QuickGraph.dll) Version: 2.4.2.1515 (2.4.2.1515)

Syntax

C#
public abstract class SwapSorter : ISorter
Visual Basic (Declaration)
Public MustInherit Class SwapSorter _
	Implements ISorter

Remarks

This class serves as a base class for swap based sort algorithms.

Inheritance Hierarchy

System..::.Object
  QuickGraph.Collections.Sort..::.SwapSorter
    QuickGraph.Collections.Sort..::.QuickSorter

See Also