@@ 1,3 1,13 @@
+# Parallel & distributed programming
+
+Problems from "Introduction to parallel and distributed
+programming" class, conducted by [Maciej MrowiĊski,
+PhD](https://repo.pw.edu.pl/info/author/WUT53093/Maciej+Mrowi%C5%84ski?lang=en)
+in the winter semester of 2022 at [Faculty of Physics, Warsaw University of
+Technology](https://www.fizyka.pw.edu.pl/en).
+
+Each problem is described in `./doc/problem*.md` (in Polish) and solved in a separate
+workspace using various programming tools.
## Problem 1 & 2: Mandelbrot set generator
**Workspace:** `./mandelbrot/`
@@ 79,4 89,6 @@ Join a room and send some messages!
To exit, simpy `Ctrl+C`.
## Problem 5: Game of Life using CUDA
-See the jupyter notebook for details.
+**Workspace:** `conway_cuda.ipynb`
+
+The notebook can be run in Google Colab if a local Nvidia GPU is not available.