Parallel-Algorithms-and-Parallel-Computers

This repo contains three different questions for TUDelft course IN4026(-12):

A – Prefix/suffix minima

B – Simple merge

C – List Ranking (Pointer Jumping)

All of the questions should be solved using

  1. sequential algorithm

  2. OpenMP to parallelize loops in sequential algorithm

  3. PThreads