Bellman-Ford Shortest-Path Algorithm: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=Internal= * Shortest Path in a Graph =Overview= An algorithm that can compute shortest path in graphs with negative leng...")
 
Line 2: Line 2:
* [[Shortest_Path_in_a_Graph#Shortest_Path_Algorithms|Shortest Path in a Graph]]
* [[Shortest_Path_in_a_Graph#Shortest_Path_Algorithms|Shortest Path in a Graph]]
=Overview=
=Overview=
An algorithm that can compute shortest path in graphs with negative length edges.
An algorithm that can compute shortest path in graphs with [[Graph_Concepts#Negative_Length_Edge|negative length edges]].

Revision as of 20:05, 14 October 2021

Internal

Overview

An algorithm that can compute shortest path in graphs with negative length edges.