Q207. Which data structure conveniently used to implement BFS?
✅ Correct Answer: B) Queues
Explanation: Queue is the most convenient data structure, but memory used to store nodes can be reduced by using circular queues.
Q207. Which data structure conveniently used to implement BFS?
✅ Correct Answer: B) Queues
Explanation: Queue is the most convenient data structure, but memory used to store nodes can be reduced by using circular queues.