~piotr-machura/pad-programming

4b1cdcbca0d08240c07b86ef221a22eb27326dc7 — Piotr Machura 1 year, 9 months ago dc05374 master
Add introduction in the README
1 files changed, 13 insertions(+), 1 deletions(-)

M README.md
M README.md => README.md +13 -1
@@ 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.