retagged by
432 views
0 votes
0 votes
G = (V, E ) is an undirected simple graph and e is a particular edge of G. Which of the following statements about the minimum spanning trees (MSTs) of G is/are TRUE?
I. If e is the lightest edge of some cycle in G, then every MST of G includes e
II. If e is the heaviest edge of some cycle in G, then every MST of G excludes e
(A) I only (B) II only (C) both I and II (D) neither I nor II
retagged by

1 Answer

Best answer
1 votes
1 votes
Answer will be D

Here it is not given that all edge weight are different so it is possible for an light edge to be not part of MST ( in such case the light edge must be part of cycle of same edge weight)

It is possible for heaviest weight edge to be part of MST such edge would be either bridge of pendent edge
selected by

Related questions

0 votes
0 votes
1 answer
1
0 votes
0 votes
0 answers
3
Naveen Kumar 3 asked Nov 10, 2018
654 views
Let us assume that $G$($V$, $E$) is a weighted complete graph such that weight of the edge <$V_K$,$V_L$>=2|$K$-$L$|. The weight MST of $G$ with 100 vertices is __________...
0 votes
0 votes
3 answers
4
iarnav asked Apr 29, 2018
1,574 views
Question 1) The shortest-path tree computed by Dijkstra's algorithm is necessarily an MST?Question2 ) Prim's algorithm works with negative weighted edges?