Vidyalelo
Data Structure · Q55

Graphs

Programming · Data Structure · question 55

Q55

What is the number of edges present in a complete graph having n vertices?

A.
(n*(n+1))/2
B.
(n*(n-1))/2
Answer
C.
n
D.
Information given is insufficient

Answer: Option B

Solution

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