Lab 08

In this lab session, you will learn about:

  • Dividing a problem into smaller pieces.
  • Parallelizing each subproblem.
  • Benchmarking your solution.

Don't spend too much time on the first two parts which don't use threads. Don't hesitate to ask for help of faculty or other students. The interesting part is when you start using threads ("Parallel computing").