MCQ
Single Best Answer
Easy
QWhat is the time complexity of the breadth-first search (BFS) algorithm in a graph?
ID: #21499
Time Complexity
93 views
Question Info
#21499Q ID
EasyDifficulty
Time ComplexityTopic
Your Answer
Choose the Best Option
Click any option to instantly check if you're correct.
Correct Answer: Option D
Explanation
The breadth-first search (BFS) algorithm has a time complexity of O(V + E) in a graph.
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic