Bellman–Ford algorithm

This is an old revision of this page, as edited by Docu (talk | contribs) at 14:54, 18 May 2003 (Stub from "List of algorithms"). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Bellman-Ford algorithm computes shortest paths in a weighted graph (where some of the edge weights may be negative).

See also: List of algorithms