Parallel Computing: Lecture 18
Learning objectives
After this class, you should be able to:
- Explain the steps of the three parallel sorting algorithms discussed in class.
- Analyze the time complexities of the above algorithms.
- Give the iso-efficiency and scalability functions for the above algorithms.
- Given other algorithms for sorting, parallelize them, analyze their time complexities, and give their iso-efficiency and scalability functions.
Reading assignment
- Chapter 14.
- None.
Exercises and review questions
- Questions on current lecture's material
- Exercise 14.9 a, b, c.
- Questions on next lecture's material
- None.