Skip to content

Parallel implementation of the bitonic sorter using pthreads, openMP and Cilk Plus.

License

Notifications You must be signed in to change notification settings

mmitalidis/Bitonic-Sorter

Repository files navigation

Bitonic-Sorter

Bitonic-Sorter contains 4 implementations of the bitonic sort algorithm. They are parallel implementations of the algorithm with:

  1. pthreads
  2. pthreads with qsort for small arrays
  3. openMP
  4. Cilk Plus

Read Bitonic-Sorter_report.pdf for more information.

It was a project for the lesson "Parallel & Distributed Systems" by prof. Nikos P. Pitsianis, at Aristotle University of Thessaloniki in 2016.

You can contact me by email: Marios Mitalidis - mmitalidis@gmail.com

About

Parallel implementation of the bitonic sorter using pthreads, openMP and Cilk Plus.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages