578 views
0 votes
0 votes

every vertex has a minimum degree, therefore, least number of edges that will be in the graph is given by the handshaking lemma as = min×|v|/2=2 E is right?

1 Answer

0 votes
0 votes

Minimum degree of an vertex is 0 so there is possibility of 0 edges.

If you are asking minimum number of edge in an connected graph then.

Least number of edges such that graph can be connected is simply n-1

Least number of edges to ensure that graph must be connected is $\frac{(n-1)(n-2)}{2}$+1 or n-1C2+1

Given equation in question seems to be ambiguous because there is no proper definition of min  what is min referred as?

Related questions

2 votes
2 votes
2 answers
1
0 votes
0 votes
1 answer
2
LavTheRawkstar asked Apr 4, 2017
3,079 views
"three way handshake" what is this 3 way handshake?The problem which is solved by this 3 way handshake is ?
0 votes
0 votes
0 answers
3
iita asked Jan 29, 2017
305 views
0 votes
0 votes
0 answers
4
jg662 asked Feb 22
80 views
Use the Pumping Lemma to show that the following languages over Σ={�,�}Σ={a,b} are not regular. In each case, carefully describe the string that will be pumped and ...