Rearranges the array of 32-bit integers in ascending order.
This is about 2-3x faster than Array.Sort().
Namespace: Algs4NetAssembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static void Sort(
int[] a
)
Parameters
- a
- Type: SystemInt32
the array to be sorted
See Also