Dijkstras algorithm is a graph algorithm to determine the shortest path from a speci?ed vertex to every other vertex in a weighted graph.
Recall that it builds a tree of shortest paths from the speci?ed vertex one edge at a time.
For the graph below with speci?ed start vertex E, give the edges (pairs of vertices!) added to the shortest path tree in the order that Dijkstras algorithm adds them to the tree.