- IB
- Question Type 2: Finding minimum spanning trees by applying Kruskal's algorithm
Given the weighted undirected graph with vertices and edges with weights: . Use Kruskal's algorithm to find the minimum spanning tree (MST). List the edges in the MST and its total weight.
[5]The following weighted graph has 6 vertices, labeled 1–6.

The weights of the edges are:
Apply Kruskal's algorithm to find the minimum spanning tree (MST) for the graph. State the edges in the order they are considered, indicating whether each is included or rejected, and find the total weight of the MST.
[5]A complete graph has vertices and edge weights as follows:
Find the minimum spanning tree (MST) using Kruskal's algorithm and state its total weight.
[5]Discrete mathematics: Graph theory
The vertices of a graph are connected by edges with the following weights:
Find the minimum spanning tree (MST) for this graph using Kruskal's algorithm and state its total weight.
[5]A weighted graph has vertices . The weights of the edges are given in the following table:
Apply Kruskal's algorithm to determine the minimum spanning tree (MST) and its total weight. Show your working clearly.
[6]The question tests the application of Kruskal's algorithm to find the Minimum Spanning Tree (MST) of a given weighted graph. Students must demonstrate sorting edges by weight and correctly selecting edges while avoiding cycles.
A weighted graph has vertices and the following edges with their respective weights:
Use Kruskal's algorithm to determine the edges in the minimum spanning tree (MST) and calculate its total weight.
[4]A graph with vertices has the following edges and weights:
Find the minimum spanning tree (MST) using Kruskal's algorithm and state its total weight.
[6]Consider the graph with vertices and edge weights: .
Use Kruskal's algorithm to find the minimum spanning tree and its total weight.
[4]A graph on vertices has edges and weights:
.
Use Kruskal's algorithm to derive the Minimum Spanning Tree (MST) and its overall weight.
[6]A graph has vertices and the following weighted edges:
Apply Kruskal's algorithm to determine the minimum spanning tree (MST) for this graph and compute its total weight. Show the steps of the algorithm, including which edges are selected or rejected.
[5]Consider the graph with vertices and weighted edges :
Use Kruskal's algorithm to find the minimum spanning tree (MST) of the graph and state its total weight.
[5]