Minimum Spanning Tree



Given a description of some nodes and the cost
of constructing links between them, this program
will work out the minimum cost of constructing a
network in which every node is connected to every other

# of Nodes