Redirected
edited by
620 views
0 votes
0 votes

Let $G$ be an undirected connected graph with distinct edge weight. Let $E_{\text{max}}$ be the edge with maximum weight and $E_{\text{min}}$ the edge with minimum weight. Which of the following statements is false?

  1. Every minimum spanning tree of $G$ must contain $E_{\text{min}}$
  2. If $E_{\text{max}}$ is in minimum spanning tree, then its removal must disconnect $G$
  3. No minimum spanning tree contains $E_{\text{max}}$
  4. $G$ has a unique minimum spanning tree
edited by

1 Answer

0 votes
0 votes

Option 3 is false. There may exist some spanning trees which consist of emax in it and its removal must disconnect the graph G.

Answer:

Related questions

1 votes
1 votes
2 answers
1
Arjun asked Nov 5, 2017
3,119 views
Which speed up could be achieved according to Amdahl's Law for infinte number of processes if $5\%$ of a program is sequential and the remaining part is ideally parallel?...
0 votes
0 votes
1 answer
2
Arjun asked Nov 5, 2017
2,551 views
Which of the given wireless technologies used in IoT, consumes the least amount of power?ZigbeeBluetoothWi-FiGSM/CDMA
0 votes
0 votes
2 answers
3
Arjun asked Nov 5, 2017
4,632 views
Which of the following is not a Clustering method?K-Means methodSelf Organizing feature map methodK- nearest neighbor methodAgglomerative method