There are 0 repository under parallel-quick-sort topic.
In this repository you can find all of my projects for Parallel Processing Course when I was in 2nd semester of my master's at SUT.
Parallel sorting algorithms implemented with MPI: Bitonic Sort, Odd-Even Transposition, and Parallel Quicksort. Graphical representation using the Allegro library.
Parallel quicksort and inplace mergesort implemented in C++ using PPL