[prev] 49 [next]

Graph Algorithms

In this part of the course, we examine algorithms for
  • connectivity   (simple graphs)
  • path finding   (simple/directed graphs)
  • minimum spanning trees   (weighted graphs)
  • shortest path   (weighted graphs)
and look at generic methods for traversing graphs.

We begin with one of the simplest graph traversals ...