InterviewSolution
Saved Bookmarks
| 1. |
Which data structure conveniently used to implement BFS?(a) Stacks(b) Queues(c) Priority Queues(d) All of the mentionedThis question was posed to me in unit test.Question is taken from Uninformed Search and Exploration topic in chapter Problem Solving of Artificial Intelligence |
|
Answer» Right answer is (b) Queues |
|