2,064 views
0 votes
0 votes
If the simple graph G has v vertices and e edges, how many edges does G complement have?

1 Answer

Best answer
2 votes
2 votes

A complete graph of v vertices will have [ v(v-1) / 2 ] edges.

g complement will have [ v(v-1) / 2 ] - [ e ] edges.

complement of a graph G,denoted by G' will have all the edges which G dont have and willnot have all the edges which G have.

selected by

Related questions

0 votes
0 votes
1 answer
1
swati96 asked Jun 18, 2018
1,256 views
How many non-isomorphic simple graphs are there with five vertices and three edges?
0 votes
0 votes
2 answers
2
Pinku Kumar Jha asked Jun 14, 2016
3,055 views
What is the sum of the entries in a row of the adjacencymatrix for an undirected graph? For a directed graph?
0 votes
0 votes
3 answers
3
anumita asked Jun 6, 2017
3,686 views
let D= {w | w contains an even no. of a's and an odd no. of b's and does not contain the substring ab }give a DFA with Five states that recognizes D and a regular express...