Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 598 Bytes

SortingNetworks.SNBoseNelson.Sort23DescendingBranchless(int).md

File metadata and controls

16 lines (10 loc) · 598 Bytes

SNBoseNelson.Sort23DescendingBranchless(int) Method

Sorts a collection of 23 elements in descending order using branchless min/max swap.

public static void Sort23DescendingBranchless(ref int p0);

Parameters

p0 System.Int32

the reference to the first element of the collection