Bellman-Ford Shortest-Path Algorithm: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 14: Line 14:


=Overview=
=Overview=
An algorithm that can compute shortest path in graphs with [[Graph_Concepts#Negative_Length_Edge|negative length edges]]. The running time complexity is O(mn).
A dynamic programming algorithm that can compute shortest path in graphs with [[Graph_Concepts#Negative_Length_Edge|negative length edges]]. The running time complexity is O(mn).

Revision as of 19:38, 26 November 2021