647 views
1 votes
1 votes

1 Answer

0 votes
0 votes

suppose this is the graph

now if we remove edges AE,BE,BF and CE

the graph becomes this-->

So now ,to make it disconnected you only need to remove only two more edges..

so by removing any two edges the graph becomes disconnected.

Hence the answer is 6.

Related questions

2 votes
2 votes
3 answers
3
gaurav9822 asked Aug 10, 2016
722 views
Please explain how perfect matching in given tree is 1?Why not 3 with edges ab,ce,df?
1 votes
1 votes
1 answer
4
LRU asked Apr 14, 2023
330 views
Consider a connected undirected graph G with n vertices, where n 4. Suppose that G has the property that every vertex has a degree of at least n/2, i.e., deg(v) ≥ n/2 ...