Constructs a minimum spanning tree by growing a tree from a starting vertex and adding edges of minimum weight.
Explain code with DocComment! Try out your own code!