8,847 views
37 votes
37 votes

If all the edge weights of an undirected graph are positive, then any subset of edges that connects all the vertices and has minimum total weight is a

  1. Hamiltonian cycle
  2. grid
  3. hypercube
  4. tree

7 Answers

3 votes
3 votes

A minimum spanning tree is a spanning tree of a connected, undirected graph. It connects all the vertices together with the minimal total weighting for its edges.

answer is D

1 votes
1 votes

The correct answer is Tree as explained above.

Now some people may get confused regarding the correctness of this option as a tree may not necessarily connect all the vertices, which is true indeed. However, here we are not asked about the definition of tree. We are just given a scenario where we have a subset of edges that connects all the vertices and has minimum total weight. This is clearly a Minimum Spanning Tree and not any tree in general. However, an MST is still a tree (with some special properties) and so among the given options, Tree is correct. 

Sometimes questions like this are given, where none of the options are 100% correct, so we have to choose the option which is closest to being correct.

Answer:

Related questions

43 votes
43 votes
8 answers
2
38 votes
38 votes
4 answers
3
gatecse asked Sep 21, 2014
11,683 views
Let $G$ be a simple graph with $20$ vertices and $100$ edges. The size of the minimum vertex cover of G is $8$. Then, the size of the maximum independent set of $G$ is:$1...
57 votes
57 votes
3 answers
4