What would be the time complexity of the BFS traversal of a graph with n vertices and n^1.25 edges?
(a) O(n)
(b) O(n^1.25)
(c) O(n^2.25)
(d) O(n*n)
This question is from Adjacency List topic in portion Graph of Data Structures & Algorithms I
I had been asked this question in semester exam.