Vidyalelo
Data Structure · Q145

Graphs

Programming · Data Structure · question 145

Q145

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

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board