Merge Sort

Implement the Merge Sort algorithm to sort an array of integers. Return the sorted array.

Loading...