Open marcusskjold opened 1 day ago
Implement a parallel recursive MergeSort, where the recursive calls happen in parallel, and the merge uses the parallel implementation.
Implement a parallel recursive MergeSort, where the recursive calls happen in parallel, and the merge uses the parallel implementation.