Who’s algorithms do we use for shortest paths
Dijkstra’s
What does the shortest path mean
Finding the shortest route from a to b
What does dijkstras algorithm initial
The algorithm intails that whee have to make the vertexes permanent by putting. Box around them and to put a box around them you have to travel down different routes to find the shortest one
Once you have made all if the vertex perminet then what do you need to do
Work from the back to find the route
Some some networks are directed so what does this mean
You are only allowed to travel down them one way not the other
What is. Limitation of dijkstras algorithm
It doesn’t take into account negative numbers