InterviewSolution
Saved Bookmarks
| 1. |
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(d) In-order TraversalI have been asked this question during a job interview.Question is from Breadth First Search topic in chapter Graph Search of Data Structures & Algorithms II |
|
Answer» The correct CHOICE is (c) Level-order Traversal |
|