Kruskal's Algorithm (MST Creation)

The Big Idea of this algorithm is to skip the graph traversal and instead operate on a global set of edges.

Algorithm Steps

Kruskal's Algorithm Before and After

Learn more about Kruskal's Algorithm here:

Kruskal's Algorithm