Click or drag to resize
Selection Class
The Selection class provides static methods for sorting an array using selection sort.
Inheritance Hierarchy
SystemObject
  Algs4NetSelection

Namespace: Algs4Net
Assembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public class Selection

The Selection type exposes the following members.

Methods
Remarks
For additional documentation, see Section 2.1 of Algorithms, 4th Edition by Robert Sedgewick and Kevin Wayne.

This class is a C# port from the original Java class Selection implementation by Robert Sedgewick and Kevin Wayne.

See Also