Computer Science, asked by Jeanelle8713, 1 year ago

What is the kruskal minimum spanning tree algorithm and its application in networking?

Answers

Answered by Anonymous
4
Kruskal's Algorithm and Prim's minimum spanning tree algorithm are two popular algorithms to find the minimum spanning trees. Kruskal's algorithm uses the greedy approach for finding a minimum spanning tree.
Similar questions