Open marcusskjold opened 1 day ago
For a parameter c, instead of calling MergeSort recursively on a sub-array of length at most c, call InsertionSort on the sub-array.
For a parameter c, instead of calling MergeSort recursively on a sub-array of length at most c, call InsertionSort on the sub-array.