edited by
2,014 views
5 votes
5 votes

Given graph using Prim’s or Kruskal’s algorithm, find out that how many distinct minimum cost spanning trees are possible___?

My answer was 1 and given is 2  ,what I am missing ?

  

Edit:I had confirmed with it and answer is only one tree possible.

edited by

1 Answer

0 votes
0 votes
Yes....I m also getting 1 tree only !

Related questions

5 votes
5 votes
3 answers
2
Kapil asked Jan 24, 2017
3,414 views
It may be the case that "Kruskal's Algorithm may not maintain connectivity while Prim's algorithm always does that" ?Any example which favours this ?
2 votes
2 votes
3 answers
3
Geet asked Oct 26, 2016
1,632 views
Can Prim's and Kruskal's algorithm yield different minimum spanning trees? Explain why or why not.
3 votes
3 votes
1 answer
4
Pooja Palod asked Oct 15, 2015
3,030 views
Suppose that edge weights are uniformly distributed over half open interval $[0,1)$. Which algorithm kruskal's or prim's can make you run faster?