Name: Anonymous 2010-06-29 16:10
Ok sci I have this problem - I have a Complete undirected Graph with "n" verticals but instead of a single edge between every two verticals there are two parallel edges. I need to find how many Spanning Trees the graph has.
My question, let's say it's a normal complete undirected graph. How do I find how many spanning trees it has? Is it by recursion? If so than what is the first step to get the formula? Or better yet is there a formula at all? I don't remember coming across anything like that at all ever.
How do I choose the edges correctly to build up a tree?
My question, let's say it's a normal complete undirected graph. How do I find how many spanning trees it has? Is it by recursion? If so than what is the first step to get the formula? Or better yet is there a formula at all? I don't remember coming across anything like that at all ever.
How do I choose the edges correctly to build up a tree?