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
  • Pascal: Armstrong numbers

    Pascal / August 31, 2010 / Richard Smaizys

    Before going straight to programming we should analyze  some different types of numbers. The first one which I am introducing…

    Read more 2 min. read