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