in Algorithms recategorized by
5,055 views
16 votes
16 votes

How many minimum spanning trees does the following graph have? Draw them. (Weights are assigned to edges).

in Algorithms recategorized by
5.1k views

4 Comments

Oh, yes actually that was the mistake I was doing.

I was thinking that at one of point of time, i can take any of the $3$.

So, if this $3$ would not have come in the diagram again then it would have been two choices, right?
0
0

The question is a bit ambiguous. It asks  for minimum spanning tree which is 13 for this graph. Whereas the answer they are expecting is for number of minimum cost spanning tree which is 2.

0
0

“Minimum Spanning Tree” directly means that we have to find a spanning tree which is of minimum cost. The question is not ambiguous.

@Human

0
0

1 Answer

31 votes
31 votes
Best answer

$2$ only.

$\{AB,BC,AE,BD\}$ and $\{AB,BC,AE,CD\}$.


 

edited by
Answer:

Related questions