parallel_algorithms Implementation of some parallel algorithms (MPI, OpenMP and Pthreads) Compiling Sample Sort: mpicc -openmp -c sample_sort.c -o samplesort