MODULE4-Greedy_methods[1]
MODULE4-Greedy_methods[1]
• Then, starting with the empty subgraph, it scans this sorted list,
adding the next edge on the list to the current subgraph if such an
inclusion does not create a cycle and simply skipping the edge
otherwise.
1 Find MST using Kruskal’s Algorithm
Kruskal’s algorithm
Example: