Parallel Computing: Lecture 19

Learning objectives

After this class, you should be able to:

  1. Explain the different approaches to parallelizing divide and conquer algorithms and back-tracking algorithms.
  2. Given a problem, use one of the above approaches to design a parallel algorithm for it, and analyze the time complexity.

Reading assignment

  1. Chapter 16, up to (and including) section 16.4.
  2. None.

Exercises and review questions


Last modified: 22 Mar 2007