Prim's Algorithm
Steps:
Pick a start vertex S
Add S as root of tree T
For each of (V-1) iterations, choose the lowest edge that connects a new vertex to the tree
Data Depiction:
Click here to learn more about the algorithm.