Lecture 34

Learning objectives

After this class, you should be able to:

  1. Given data to be sorted, show the data after each step of mergesort.
  2. Derive the time complexity for mergesort.
  3. Analyze the characteristics of mergesort and suggest improvements to its implementation.

Reading assignment

  1. Section 7, section 7.6.
  2. Lecture: Sorting.

Exercises and review questions


Last modified: 22 Nov 2011