public interface MST
MST
create(UndirectedGraph g)
int
getCost()
UndirectedGraph
getMST()
MST create(UndirectedGraph g)
UndirectedGraph getMST()
int getCost()