in Unknown Category retagged by
4,329 views
0 votes
0 votes

Consider the graph shown below:

Use Kruskal’s algorithm to find the minimum spanning tree of the graph. The weight of this minimum spanning  tree is

  1. $17$
  2. $14$
  3. $16$
  4. $13$
in Unknown Category retagged by
by
4.3k views

4 Comments

edited by
1+1+1+2+2+2+3+4 = 16
0
0
edited by
Noo brother

I got 1+1+1+2+2+2+3+4 =>16 with 8 edges(n-1)
1
1

add again @Hemanth_13

0
0
Its should be 16 :)
1
1

2 Answers

1 vote
1 vote

Final minimum spanning tree will look like $-$

So the weight is $1+1+1+2+2+2+3+4= 16$

((There are 2MSTs possible ))

0 votes
0 votes

Applying Kruskal's Algorithm the Weight of MST is 16The answer is 16

Related questions