Give the distance of the shortest path from C to each vertex v (except A and C) and the last edge on the shortest path to v. Put your answers for the edgeTo column in the form A -> C
v distTo[v] edgeTo[v] -- --------- --------- A infinity null B C 0 null D E F G H I
0 1 2 3 4 5 6 7 ------------------------------------ C