5,456 views
4 votes
4 votes

Hi, 

As all of us knows number of spanning tree of simple labeled graph could be computed by the Kirchhoff's theorem

But is there any other method (other than Brute force) to compute the number of spanning tree of given general graph ?

Formula for number of spanning tree possible in Simple Labeled Complete graph($K_{n}$) and Simple Labeled Complete Bipartite graph($K_{m,n}$)  are $n^{n-2}$ and $n^{m-1}m^{n-1}$ respectively. 

If anyone can state simple proof for above mentioned formula then it will great help. 

Please log in or register to answer this question.

Related questions

7 votes
7 votes
1 answer
1
vishal chugh asked Jan 18, 2018
2,226 views
The number of distinct minimum spanning trees for the weighted graph shown below is ___________.
1 votes
1 votes
3 answers
2
dd asked Mar 19, 2017
5,771 views
Let $K_n$ denote the complete undirected graph with $n$ vertices where n is an even number. Find the maximum number of spanning trees of $K_n$ that can be formed in such ...
0 votes
0 votes
2 answers
3
Nidhi Budhraja asked Aug 31, 2018
779 views
Q1) Why is the path between a pair of vertices in a minimum Spanning tree of an undirected graph not the shortest( minimum weight) path?
0 votes
0 votes
1 answer
4
Durgesh Singh asked Apr 29, 2018
969 views
Suppose that a graph G has a minimum spanning tree already computed. How quickly can we update the minimum spanning tree if we add a new vertex and incident edges to G?