Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 778 Bytes

SortingNetworks.md

File metadata and controls

8 lines (7 loc) · 778 Bytes

SortingNetworks Namespace

Classes
SN Contains generic sorting methods for collections with length from MinLength to MaxLength.
SNBase Represents a base for different sorting network implementations.
SNBestKnown Sorting networks implementation using the best known arrangement of comparators.
SNBoseNelson Sorting networks implementation using Bose-Nelson algorithm.