Examveda

What would be the time complexity of the BFS traversal of a graph with n vertices and n1.25 edges?

A. O(n)

B. O(n1.25)

C. O(n2.25)

D. O(n*n)

Answer: Option B


This Question Belongs to Data Structure >> Graphs

Join The Discussion

Related Questions on Graphs

What is a cycle in a graph?

A. A path that starts and ends at the same vertex with no other repetitions.

B. A path that includes all vertices exactly once.

C. A path with no edges.

D. A complete traversal of all vertices.