Vidyalelo
Data Structure · Q125

Graph Algorithms (DFS, BFS, Dijkstras, etc)

Programming · Data Structure · question 125

Q125

Breadth First Search is equivalent to which of the traversal in the Binary Trees?

A.
Pre-order Traversal
B.
Post-order Traversal
C.
Level-order Traversal
Answer
D.
In-order Traversal

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board