The program uses the divide-and-conquer strategy of merge sort, and it employs pthreads to parallelize the sorting process. The array is split into two halves, and each half is sorted in parallel.
This is a Benchmark program I developed in Java for my CMSC 451 class that compares the perormance bwtween the Merge sort and Shell Sort algorithms. It specifically compares the average and ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results