Q8Data Structures
Question
2 marks
What is the concept of minimum spanning Tree?
Answer
An MST connects all graph vertices without cycles using the absolute minimum cumulative edge weight.
Within a weighted, undirected graph, a Minimum Spanning Tree (MST) is a mathematically derived subset of interconnecting edges that successfully spans and links all constituent vertices together without forming any closed cyclic loops. Crucially, the aggregate sum of the numerical weights of all edges comprising this specific tree is the absolute minimum mathematically possible for that graph.