Run Dijkstra's single source shortest path algorithm on the above digraph using A as the source. Give the order in which the vertices are relaxed.
Also give the distance of the shortest path from A to each vertex and the previous vertex on the path.0 1 2 3 4 5 6 7 8 ----------------------------------------- A
v dist[v] prev[v] -- ------- ------- A B C D E F G H I