Concurrent Programming - Spring 2017

This is the homepage of the course on Concurrent Programming, held at the University of Southern Denmark in Spring 2017.

Exam

The exam will be a software project, with a report. If you would like to see an example, you can see the instructions that were given for the last edition of this course here: https://github.com/fmontesi/cp2016/tree/master/exam

Material

Exercises

The main exercises are given in the course code repository, https://github.com/fmontesi/cp2017, in the folder exercises. Each week has its own subdirectory.

If you would like to receive updates on when exercises become available, you can watch the repository on GitHub: open the link and click "Watch" on the top-right. (You need to create a GitHub account to do that, if you do not have one already.)

Some exercises are given at the end of the slides. More exercises are developed during the exercise classes, by reworking the examples in the book. Below you can find the reading assignments for each exercise class (see the Introduction slides if you do not understand this point).

Useful Links / Additional Reading