Lecture 38

Learning objectives

After this class, you should be able to:

  1. Given a graph and a source vertex, show the steps in finding weighted shortest paths from the source to all other vertices using Dijkstra's algorithm and analyze its time complexity.
  2. Give an application for the weighted shortest path problem.

Reading assignment

  1. Section 9.3.2.
  2. Lecture: Graphs.

Exercises and review questions


Last modified: 6 Dec 2011