MCQOPTIONS
Bookmark
Saved Bookmarks
→
Data Structures and Algorithms
→
Evaluation Infix Expression Not Parenthesized
→
Time Complexity of Breadth First Search is? (V –...
1.
Time Complexity of Breadth First Search is? (V – number of vertices, E – number of edges)
A.
O(V + E)
B.
O(V)
C.
O(E)
D.
O(V*E)
Answer» B. O(V)
Show Answer
Discussion
No Comment Found
Post Comment
Related MCQs
Regarding implementation of Breadth First Search using queues, what is the maximum distance between two nodes present in the queue? (considering each edge length 1)
Time Complexity of Breadth First Search is? (V – number of vertices, E – number of edges)
IN_BFS,_HOW_MANY_TIMES_A_NODE_IS_VISITED??$
Regarding implementation of Breadth First Search using queues, what is the maximum distance between two nodes present in the queue? (considering each edge length 1?
When the Breadth First Search of a graph is unique?
What can be the applications of Breadth First Search?
A person wants to visit some places. He starts from a vertex and then wants to visit every place connected to this vertex and so on. What algorithm he should use?
The Breadth First Search traversal of a graph will result into?
The Data structure used in standard implementation of Breadth First Search is?
Time Complexity of Breadth First Search is? (V – number of vertices, E – number of edges)$
Reply to Comment
×
Name
*
Email
*
Comment
*
Submit Reply
Your experience on this site will be improved by allowing cookies. Read
Cookie Policy
Reject
Allow cookies