Login
Remember
Register
Ask a Question
How does Kruskal's algorithm work?
0
votes
asked
Aug 6, 2024
in
Other
by
rajeshsharma
How does Kruskal's algorithm work?
kruskals
algorithm
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Aug 6, 2024
by
rajeshsharma
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.
...