Vidyalelo
Data Structure · Q898

Miscellaneous on Data Structures

Programming · Data Structure · question 898

Q898

A complete bipartite graph is a one in which each vertex in set X has an edge with set Y. Let n be the total number of vertices. For maximum number of edges, the total number of vertices hat should be present on set X is?

A.
n
B.
n/2
Answer
C.
n/4
D.
data insufficient

Answer: Option B

Solution

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