Blog posts

Bucket sort parallel algorithm using C++ OpenMPI

Programing / January 2, 2013 / Richard Smaizys

Bucket Sort is quite an easy to implement algorithm when talking about parallel algorithms. Its main logic is to spare…

Read more 5 min. read