Consider the following undirected, weighted graph:
Step through Dijkstra's algorithm to calculate the single-source shortest paths from A to every other vertex. Show your steps in the table below. Cross out old values and write in new ones, from left to right within each cell, as the algorithm proceeds. Also, list the vertices in the order which you marked them known.
Vertex
Known
Cost
Path
b) Finally, indicate the lowest-cost path from node A to node F.