This question assesses the application of Kruskal’s algorithm to determine the minimum spanning tree (MST) of a weighted graph and the calculation of the MST's total weight.
Five substations and must be connected by cables. The cable lengths (in km) are: , , , , , , , , and .
Find the minimum spanning tree using Kruskal’s algorithm and determine its total cable length.
[5]Five villages and are connected by the roads: , , , , , , and . A spanning tree for this network uses edges and .
If road is closed, determine which replacement road should be used to reconnect the villages into a spanning tree with the minimum possible total weight, and calculate the new total length.
[4]The question asks to find the minimum spanning tree (MST) of a weighted graph representing mountain towns and roads using an algorithm such as Kruskal's or Prim's, and to calculate the total weight of the MST.
Five mountain towns numbered 1 to 5 need roads. The difficulty ratings for roads are: , , , , , , . Find the minimum spanning tree that minimizes total difficulty and state its difficulty sum.
[4]