It is given that the total weight of the arcs in the network below is 224.
Apply Dijkstra's algorithm to the network, starting at , to find the shortest route from to .
Dijkstra's algorithm has quadratic order (order ). It takes 2.25 seconds for a certain computer to apply Dijkstra's algorithm to a network with 7 vertices. Calculate approximately how many hours it will take for a 1400 vertex network.
How much shorter would the path need to be for it to become part of a shortest path from to ?
Given and become blocked, find the shortest distance that one must travel to travel along all the remaining arcs, starting and ending at . Show your working.
Input the shortest distance from part as your answer.
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
The mark scheme for this question: Large Version