marcusskjold / AAexam

0 stars 1 forks source link

Task 15: (10) Implement a parallel recursive MergeSort #15

Open marcusskjold opened 1 day ago

marcusskjold commented 1 day ago

Implement a parallel recursive MergeSort, where the recursive calls happen in parallel, and the merge uses the parallel implementation.