Q.

What would the time complexity to check if an undirected graph with V vertices and E edges is Bipartite or not given its adjacency matrix?

A. O(E*E)
B. O(V*V)
C. O(E)
D. O(V)
Answer» B. O(V*V)
619
0
Do you find this helpful?
5

View all MCQs in

Data Structures (DS)

Discussion

No comments yet