Page 1 of 1

Worst case complexity of Breadth First Search traversal __________

Posted: Thu Jul 14, 2022 9:05 am
by answerhappygod
a) O(n*n)
b) O(nlogn)
c) O(n2 logn)
d) O(n3)