What would be the time complexity of the BFS traversal of a graph with n vertices and n1.25 edges?
Posted: Wed Jul 13, 2022 7:44 pm
a) O(n)
b) O(n1.25)
c) O(n2.25)
d) O(n*n)
b) O(n1.25)
c) O(n2.25)
d) O(n*n)
Accurate answers. Every time.
https://answerhappy.com/