0 votes
in Other by

How does Kruskal's algorithm work?

1 Answer

0 votes
by
The working of Kruskal's algorithm treats the graph as a forest and every node as an individual tree. A tree that connects to another only if it has the least cost among all available options and does not violate MST properties.
...