Description: This code is an MPI version of the sorting algorithm QuickSort in c++. The partitioning step is meda sequantially, but the split and merge steps are made using Send and Recieve methods.
To Search:
File list (Check if you may need any files):
quicksort_par.c