/parallel_programming

Assignment for the course on parallel and distributed system

Primary LanguageC++

Assignment for the parallel and distributed system exam

1) Parallel version of game of life using pthread and oepnMP.

2) Parallel version of finding primes in range with fast flow

3) Template with pthread that implements the divide and conquer framework.