Go backward to Announcements
Go up to Top
Go forward to Shortest Path Algorithms in Practice

Shortest Path Routing

  1. Last time we began discussing algorithms for finding shortest paths based on modeling networks as graphs

  2. The first algorithm, known as the Bellman-Ford algorithm is based on a simple formula relating values of Di ->j.

  3. The second algorithms is Dijkstra's algorithm which is also sometimes known as the "SPF" or Shortest Path First algorithm.


Computer Science 336
Department of Computer Science
Williams College

Prev Up Next