Please enable JavaScript.
Coggle requires JavaScript to display documents.
Greedy Technique - Coggle Diagram
Greedy Technique
-
Kruskal's Algorithm
Initially, n = | V | MSTs
On each iteration, chooses an edge of G with the smallest weight
that unions two MSTs (i.e., without introducing a cycle)
-
-