CATEGORY

C / C++

C / C++
9 kwietnia 2017

Implementation of Huffman Coding algorithm with binary trees

Huffman code is a type of optimal prefix code that is commonly used for lossless data compression….

C / C++
19 listopada 2016

Travelling Salesman Problem – parallel implementation using OpenMP

The Travelling Salesman Problem is one of the most popular and well-known problem in graph-theory requiring the most…

C / C++
18 listopada 2016

Parallel numerical integration with OpenMP

Numerical integration is the approximate computation of an integral using numerical techniques. Today, I am going to…

C / C++
3 listopada 2016

Parallel implementation of „Monte Carlo” algorithm – reactive way

Monte Carlo method lets us to solve some kind of problems using statistic. One of them is to…