1. Computer Science Engineering (CSE)
  2. Data Structures (DS)
  3. Non Linear Data Structures - Graphs
  4. The number of possible undirected graphs...
Q.

The number of possible undirected graphs which may have self loops but no multiple edges and have n vertices is

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

Discussion