Get the answers you need at Westonci.ca, where our expert community is always ready to help with accurate information. Discover solutions to your questions from experienced professionals across multiple fields on our comprehensive Q&A platform. Experience the ease of finding precise answers to your questions from a knowledgeable community of experts.

Which is the cost of the minimum spanning tree of the weighted graph using Kruskal's Algorithm?
28
30
31
40


Which Is The Cost Of The Minimum Spanning Tree Of The Weighted Graph Using Kruskals Algorithm 28 30 31 40 class=

Sagot :

9514 1404 393

Answer:

  (a)  28

Step-by-step explanation:

Kruskal's algorithm has  you identify the shortest edge at each stage, including in the tree any identified edge that does not form a cycle. Here, we can start with AB, then add DF, EH, HG, BG, AC, CD and that covers the entire graph.

Starting at E, the node list is EHGBACDF. The cost is ...

  3 +4 +5 +1 +6 +7 +2 = 28

__

In the attached, the minimum-cost spanning tree is highlighted in red.

View image sqdancefan