/hyperquicksort

Hyperquicksort is a parallel variation of the classic quicksort, implemented here using MPI and OpenMP. The main purpose of this project is to compare its performance of the sequential algorithm with parallel versions in OpenMP and MPI.

Primary LanguageC

Watchers