Lecture 38
Learning objectives
After this class, you should be able to:
- 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.
- Give an application for the weighted shortest path problem.
Reading assignment
- Section 9.3.2.
- Lecture: Graphs.
Exercises and review questions
- Exercises and review questions on current lecture's material
- Find the shortest paths between vertex
s
and all other vertices in figure 9.79 using Dijkstra's algorithm.- Give practical applications for the weighted shortest path problem. Post your answer on the discussion board.
- Questions on next lecture's material
- Start preparing for the final exam. Look at the finals review and post any questions that you would like answered on the discussion board.
Last modified: 6 Dec 2011