1.

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

A. 2<sup>((n*(n-1))/2)</sup>
B. 2<sup>((n*(n+1))/2)</sup>
C. 2<sup>((n-1)*(n-1))/2)</sup>
D. 2<sup>((n*n)/2)</sup>
Answer» E.


Discussion

No Comment Found