Round 8: Graphs, part II
In this round, we continue on graph algorithms. We now consider edge-weighted graphs that appear in many applications and show how some elementary problems on them can be solved algorithmically.
Material in Introduction to Algorithms (Aalto access):
Minimum spanning trees: Chapter 21
Single-source shortest paths: Chapter 22
Some external links: