Grows a minimum spanning tree by starting from a vertex and greedily adding the smallest edge that expands the tree.
Explain code with DocComment! Try out your own code!