Page 1 of 1

The time complexity to test whether a graph is bipartite or not is said to be _______ using depth first search.

Posted: Thu Jul 14, 2022 9:04 am
by answerhappygod
a) O(n3)
b) linear time
c) O(1)
d) O(nlogn)