Array of numbers to sort.
The sorted array.
arraySortSelection
Sort an array of numbers using the selection sort algorithm (in place).
Array of numbers to sort.