For every spanning tree with n vertices and n edges what is the least number of different Spanning trees can be formed?
For every spanning tree with n vertices and n edges what is the least number of different Spanning trees can be formed? Correct Answer 3
If graph is connected and has ‘n’ edges, there will be exactly one cycle, if n vertices are there. A different spanning tree can be constructed by removing one edge from the cycle, one at a time. The minimum cycle length can be 3. So, there must be at least 3 spanning trees in any such Graph. Consider a Graph with n = 4, then 3 spanning trees possible at maximum (removing edges of cycle one at a time, alternatively). So, any Graph with minimum cycle length ‘3’ will have at least 3 spanning trees.
মোঃ আরিফুল ইসলাম
Feb 20, 2025