This is a minimum spanning tree algorithm that uses the DSU data structure to maintain the component information during the construction of the minimum spanning tree.
This is a minimum spanning tree algorithm that uses the DSU data structure to maintain the component information during the construction of the minimum spanning tree.