Dijkstra's Algorithm
Dijkstra's Algorithm
?
Designed to find the shortest path from one
node on a graph to a target node on a graph(or
all other nodes on a graph).
End
Dijkstra's Algorithm Example
Limitations of Dijkstra's Algorithm
Doesn't always find the shortest path when there are negative costs (edge
weights) between nodes.