edited by
529 views

1 Answer

Best answer
5 votes
5 votes

Let a  SIMPLE graph with n nodes .
max no of edges possible are nC2.

if we want to disconnect graph then do one thing just partition original graph in two portion with 1 and n-1 nodes respectively.
now find number of edges in each component.

with 1 node : no edge 
with n-1 nodes : n-1Cedges.

Total edges are n-1C2..

selected by

Related questions

2 votes
2 votes
1 answer
1
Asim Abbas asked Jan 8, 2018
501 views
Please can anyone tell whether my answer is wrong or solution provided by them is correct??
0 votes
0 votes
0 answers
4