Kruskal's minimum spanning tree algorithm is executed on the following graph. Select all edges from edgeList that belong to the minimum spanning tree. edgeList result List AD BC BE CF EF DG EG EH GH D 7 G 1 B 5 3 A E H 4 2 C 6 F

icon
Related questions
Question
Kruskal's minimum spanning tree algorithm is executed on the following graph.
Select all edges from edgeList that belong to the minimum spanning tree.
edgeList result List
AD
BC
BE
CF
EF
DG
EG
EH
GH
D
7
9
G
1
B
5
3
A
E
H
4
2
6
8
F
Transcribed Image Text:Kruskal's minimum spanning tree algorithm is executed on the following graph. Select all edges from edgeList that belong to the minimum spanning tree. edgeList result List AD BC BE CF EF DG EG EH GH D 7 9 G 1 B 5 3 A E H 4 2 6 8 F
Expert Solution
Step 1: Understanding the given problem:

We are given a graph containing 8 vertices, A to H. 

We are going to apply Kruskal's minimum spanning tree algorithm on it , and will find out the final edges existing in final spanning tree. Kruskal's algorithm is a greedy algorithm which find the minimum distance between the two vertices. 

I have uploaded image for the solution and have also updated the given table just like asked in the question. 

steps

Step by step

Solved in 4 steps with 3 images

Blurred answer