πŸ“Š Design and Analysis of Algorithms
Q. Which of the following is false?
  • (A) the spanning trees do not have any cycles
  • (B) mst have n – 1 edges if the graph has n edges
  • (C) edge e belonging to a cut of the graph if has the weight smaller than any other edge in the same cut, then the edge e is present in all the msts of the graph
  • (D) removing one edge from the spanning tree will not make the graph disconnected
πŸ’¬ Discuss
βœ… Correct Answer: (D) removing one edge from the spanning tree will not make the graph disconnected

Explanation: every spanning tree has n – 1 edges if the graph has n edges and has no cycles. the mst follows the cut property, edge e belonging to a cut of the graph if has the weight smaller than any other edge in the same cut, then the edge e is present in all the msts of the graph.


Explanation by: Mr. Dubey
every spanning tree has n – 1 edges if the graph has n edges and has no cycles. the mst follows the cut property, edge e belonging to a cut of the graph if has the weight smaller than any other edge in the same cut, then the edge e is present in all the msts of the graph.

πŸ’¬ Discussion

πŸ“Š Question Analytics

πŸ‘οΈ
607
Total Visits
πŸ“½οΈ
3 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
90%
Success Rate