Contains the source code and short description for the assignments of the "Parallel and Distributed Systems" course.
- parallel_bitonic:
A parallel implementation of bitonic sort using cilk, openmp and pthreads.\ - mpi_knn:
An implementation of k-nearest neighbors in an MPI environment. - cuda_mean_shift:
An implementation of mean shift algorith in cuda. - parallel_pagerank:
An implementation for solving the pagerank problem with the Gauss-Seidel method using openmp.