CATEGORY

OpenMP

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…