Ask Question
18 May, 19:37

The minimum spanning tree of an undirected graph G exists if and only if G is connected. True or False?

+4
Answers (1)
  1. 18 May, 21:52
    0
    Answer: True

    Explanation:

    The definition of minimum spanning tree (MST) says that the graph must be connected and undirected to be considered for MST. It has (V-1) edges where V is the number of vertices. The minimum spanning tree is implemented using Kruskal's algorithm whereby it starts by considering the minimum weighted edge and covers all the edges upto (V-1) edges. So for MST it has to be connected
Know the Answer?
Not Sure About the Answer?
Find an answer to your question ✅ “The minimum spanning tree of an undirected graph G exists if and only if G is connected. True or False? ...” in 📘 Computers and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers