Merge Sort

Sorting ยท medium

Implement `mergeSort(arr)` returning the array sorted ascending using the merge sort algorithm.

Learning resources

Loading...

Run your code to see results.