Shortest Path in a Graph: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
Line 13: Line 13:


=TODO=
=TODO=
<font color=darkgray>Reshape this page to accommodate [[Dijkstra's Algorithm]].</font>
<font color=darkgray>Reshape this page to accommodate [[Dijkstra's Shortest-Path Algorithm]].</font>

Revision as of 19:22, 14 October 2021

External

Internal

Overview

There are several algorithms that compute the shortest path between two vertices in a graph, and they can be used or not depending on the characteristics of the graph, such as whether is directed or undirected, the edges have weights, the weights are. negative or not.

The Problem

Shortest Path Algorithms

TODO

Reshape this page to accommodate Dijkstra's Shortest-Path Algorithm.