COP 4531: Lecture 23

Learning objectives

After this class, you should be able to:

  1. Given a graph, show the minimum spanning trees returned by Kruskal's and Prim's algorithms.
  2. Prove the correctness of the above algorithms, and derive their time complexities.
  3. Write a program implementing the above algorithms.
  4. Given alternate algorithms for determining the minimum spanning tree, or for similar problems, prove their correctness or disprove them.

Reading assignment

  1. CLR: Chapter 23.
  2. CLR: Chapter 24, page 580.

Exercises and review questions


Last modified: 9 Apr 2007