...
Challenge: Implement Merge Sort
The mergeSort() function should recursively sort the subarray array[p⋯r]array[p \cdots r]array[p⋯ ...
mergeSort()