marcusskjold / AAexam

0 stars 1 forks source link

Task 3: Implement MergeSort with a base case of insertion sort #3

Open marcusskjold opened 1 day ago

marcusskjold commented 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.