InterviewSolution
Saved Bookmarks
| 1. |
The Data structure used in standard implementation of Breadth First Search is?(a) Stack(b) Queue(c) Linked List(d) TreeI have been asked this question during an internship interview.Query is from Breadth First Search in portion Graph Search of Data Structures & Algorithms II |
|
Answer» The correct answer is (b) QUEUE |
|