What is the number of edges present in a complete graph having n vertices?
(a) (n*(n+1))/2
(b) (n*(n-1))/2
(c) n
(d) Information given is insufficient
The origin of the question is Graph topic in portion Graph of Data Structures & Algorithms I
This question was addressed to me in an interview.