

MCQOPTIONS
Saved Bookmarks
1. |
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» C. O(E) | |