Consider the given graph. What is the weight of the minimum spanning tree using the Kruskal’s algorithm?
Consider the given graph. What is the weight of the minimum spanning tree using the Kruskal’s algorithm? Correct Answer 19
Kruskal’s algorithm constructs the minimum spanning tree by constructing by adding the edges to spanning tree one-one by one. The MST for the given graph is, So, the weight of the MST is 19.
মোঃ আরিফুল ইসলাম
Feb 20, 2025