177 views
3 votes
3 votes

Consider the graph $G$ with $4$ vertices. Its adjacency weight matrix is shown below. Which of the following is true?
$$G = \begin{bmatrix}
0&1&1 &1 \\
1 & 0 & 1 & 1 \\
1 & 1& 0 & 1 \\
1&1&1&0
\end{bmatrix}$$

  1. Graph $G$ has no minimum spanning tree
  2. Graph $G$ has a unique minimum spanning trees of cost $3$
  3. Graph $G$ has $4$ distinct minimum spanning trees, each of cost $2$
  4. Graph $M$ has $16$ distinct minimum spanning trees, each of cost $3$

1 Answer

Best answer
3 votes
3 votes
The given graph is a complete graph with $4$ vertices and so it can have $4^{4-2} = 16$ spanning trees. Since all the edge weights are $1,$ all the $16$ spanning trees are minimum spanning trees with total weight $3.$
selected by
Answer:

Related questions

4 votes
4 votes
2 answers
4
gatecse asked Sep 7, 2020
299 views
Consider the following directed graph.The number of different topological orderings of the vertices of the graph is $\_\_\_\_\_\_\_\_.$