in Algorithms edited by
392 views
2 votes
2 votes

Consider the following Graph G:

 

The number of minimum cost spanning trees using Kruskal's Algorithm is _________ .

in Algorithms edited by
by
392 views

1 Answer

3 votes
3 votes
Best answer

Edges included in all MST's are - EH,EI,FI

Remaining Edges - 

MST 1 - FG,GJ

MST 2 - IJ,GJ

MST 3 - FG ,IJ

MST 4 - IG,IJ

MST 5 - IG ,GJ

selected by

2 Comments

Edges included in all MST's are - EH,EI,FI

Shouldn't it be EH,EF,FI ???? 

0
0
Yes it's EF  EH  FI.
0
0
Answer:

Related questions