Ask Question
2 September, 16:02

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

+4
Answers (1)
  1. 2 September, 16:24
    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 & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers