Find number of MST in given Graph.

Revision en1, by Learner99, 2018-08-09 00:37:40

Given an undirected weighted graph. How to find the total number of minimum spanning tree for that given graph.

Number of nodes <= 10. No parallel edges.

I found a similar problem here: https://www.spoj.com/problems/MSTS/

I don't want answer mod 31011 as asked in above Spoj Problem. I want the exact number of ways. (Though I don't know the solution of the Spoj problem either.)

Can someone please help me in solving this question?

Thanks in advance.

Happy Coding :)

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en1 English Learner99 2018-08-09 00:37:40 566 Initial revision (published)