edited by
340 views

1 Answer

Best answer
6 votes
6 votes
Applying Kruskal's algorithm we will select edges $(b,c)$ and $(e,f).$ Then we'll choose $2$ from the $3$ edges with weights $7$ each  - $3$ choices. Then either $(a,b)$ or $(a,f)$ is selected to complete the MST. Thus we have $3 \times 2 = 6$ possible MSTs.
selected by
Answer:

Related questions

4 votes
4 votes
2 answers
1
gatecse asked Sep 7, 2020
299 views
Consider the following directed graph.The number of different topological orderings of the vertices of the graph is $\_\_\_\_\_\_\_\_.$