Question: Question 12) a) Run Kruskal's algorithm on the following graph. List the edges of the graph above in the order they would be added to
Question 12)
a) Run Kruskal's algorithm on the following graph. List the edges of the graph above in the order they would be added to a minimum spanning tree by Kruskals algorithm. If a starting node is required, start with node b. An edge should be listed by the pair of vertices it joins.

b) Run Prim's algorithm on the same graph as above. List the edges of the graph above in the order they would be added to a minimum spanning tree by Prims algo- rithm. If a starting node is required, start with node b. An edge should be listed by the pair of vertices it joins.
c) Are Kruskal and Prim's algorithms guaranteed to nd the same minimum spanning tree in the general case? If not, are there specic situations were they are guaran- teed to do so?
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
