00:01
This is the equation of graph algorithm.
00:03
So using the dijkstra algorithm from the graph given in this question, we have to fill the table that provided in this.
00:11
So we see here step by step process.
00:16
10 votes are a, b, c, d, e, f, g, h and the current estimate as given in the question is 8, 8, 0, 8, 8, 8, 8 and 4, 0.
00:28
So we have to find the final values of this question.
00:31
Here this provided a concise solution of this.
00:39
First of all we have to make a table.
00:47
So this is a step by step process.
00:49
First step in this we have to create a shortest path tree set.
00:55
Initially set it to empty.
01:00
In the second step given the starting vertex as c.
01:03
So fill the set with distance from c to all the vertices.
01:08
Now third step is filling the table that given in this question...