Tag: Parallel Merge Sort
Parallel Merge Sort – implement a classic sorting algorithm utilising concurrency Distributed System, Sorting Algorithm, Distributed System
The aim of our project was to implement a classic sorting algorithm utilizing concurrency. We decided on Merge Sort because of its inherent parallelism. Sorting in general has been hailed as a cornerstone in Computer Science [SHG09], as many computer … Read more