Download as pdf or txt
Download as pdf or txt
You are on page 1of 1

Parallel and Distributed Algorithms

Lab Session 04

Lab Exercises

1. [20p] Starting from Bubble Sort build the parallel version of the Odd-Even
Transposition Sort algorithm.
2. [10p] Stress test your solution and show its scalability.
3. [20p] Make and test 2 functions: one that sorts a column from a matrix, one that
sorts a row.
4. [20p] Build the sequential version of the Row-Column Sort algorithm.
5. [20p] Parallelize the Row-Column Sort algorithm.
6. [10p] Stress test your solution and show its scalability.

You might also like