Array of numbers to sort.
New sorted array.
arraySortMerge
Sort an array of numbers using the merge sort algorithm. Returns a new array.
Array of numbers to sort.