Question: Question 3 (6 points) For the graph shown below, apply Kruskals algorithm to find the minimum spanning tree. Use the following table to list the

Question 3 (6 points) For the graph shown below, apply Kruskals algorithm to find the minimum spanning tree. Use the following table to list the edges and process them one-by-one. For each edge, follow the alphabetical order for the two end points, e.g., use (A, B) and not (B,A). If two edges have the same weight, order them alphabetically using the first, then second end point, e.g., (A,B) comes before (A,C) and (A,C) comes before (B,C). At the end, provide the final MST. 12 10 B 3 4 8 2 15 D 20 5 22 8 22 3 Edge(u, v) w(u, v) Action (Use the following graph to draw the final MST) A) B E
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
