Skip to content

raoulsuli/Parallel-and-Distributed-Algorithms

Repository files navigation

Parallel and Distributed Algorithms Course

Faculty of Automatic Control and Computer Science @ Politehnica University of Bucharest

3rd Year, 1st Semester (2020-2021)

The repository contains labs that implement multithreading and distributed computing in C and Java, alongside three assignments:

  • A multithreading Generator for Mandelbrot simulations in C
  • A multithreading traffic simulator in Java
  • A distributed text processing program in C (using MPI)