Difference b/t tree and forest
…
Kruskal’s Algorithm runtime
O(m logn)
Kruskal’s Algorithm summary
definition of a graph cut
a set of edges that partitions the graph into two subgraphs
a tree on n vertices has exactly ____ edges
n-1
which edge is considered when we are attempting to create a MST?
the edge with the minimum edge across the cut