RTUComputer ScienceYr 2023 · Sem 52023

Q9Design and Analysis of Algorithms

Question

2 marks

Define Minimum Spanning Tree.

Answer

A Minimum Spanning Tree is a mathematically derived subgraph connecting all vertices of a graph with absolute minimum total edge weight.

In graph theory, a Minimum Spanning Tree (MST) is a strictly derived, acyclic subset of the edges of a connected, edge-weighted undirected graph that physically connects every single vertex together without any cycles, while mathematically guaranteeing that the total sum of all edge weights is minimized.

Back to Paper