Noun
Bellman-Ford algorithm (plural Bellman-Ford algorithms)
English Wikipedia has an article on:Bellman-Ford algorithmWikipedia
(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.