1. Computer Science Engineering (CSE)
  2. Data Structures (DS)
  3. Non Linear Data Structures - Graphs
  4. If a simple graph G, contains n vertices...
Q.

If a simple graph G, contains n vertices and m edges, the number of edges in the Graph G'(Complement of G) is

A. (n*n-n-2*m)/2
B. (n*n+n+2*m)/2
C. (n*n-n-2*m)/2
D. (n*n-n+2*m)/2
Answer» A. (n*n-n-2*m)/2
View all MCQs in:   Data Structures (DS)

Discussion