Prim's Algorithm!

I really like Prim's algorithm because it makes a lot of sense to me visually as each node is chosen from the nodes that stem from the previous chosen nodes. It also has multiple greate features:

Below on the left is an example of an untraced MST and on the right is Prim's algorithm being executed

Prim's algo Prim's algo

More information can be found on Prim Algorithm's Geeks for geeks page linked below:

Prim's Alogrithm Geek for geeks