Top "Spanning-tree" questions

How to find total number of minimum spanning trees in a graph?

I don't want to find all the minimum spanning trees but I want to know how many of them are …

graph minimum-spanning-tree spanning-tree
How is a minimum bottleneck spanning tree different from a minimum spanning tree?

A minimum bottleneck spanning tree of a weighted graph G is a spanning tree of G such that minimizes the …

algorithm graph minimum-spanning-tree spanning-tree
Real world applications where spanning tree data structure is used

Does anyone of you know any real world applications where spanning tree data structure is used?

data-structures minimum-spanning-tree spanning-tree
Difference between Hamiltonian path and ST

I was reading up algorithms for finding the minimum spanning tree(in case of weighted graphs) and for finding if …

graph-theory hamiltonian-cycle spanning-tree
Spanning Tree VS. Spanning Forest

What's the difference between a Spanning Tree and a Spanning Forest in graphs, conceptually. Also, is it possible to construct …

algorithm graph-theory depth-first-search breadth-first-search spanning-tree