Bellman-Ford algorithm
English
editEtymology
editNamed after its developers, Richard Bellman and L. R. Ford, Jr.
Noun
editBellman-Ford algorithm (plural Bellman-Ford algorithms)
- (graph theory, computing) An algorithm that computes single-source shortest paths in a weighted digraph, capable (unlike the faster Dijkstra's algorithm) of handling graphs with negative edge weights.
Translations
editshortest-path algorithm
|