Question: Which data structure is used to implement BFS?
Options:
Correct Answer: Queue
Solution:
BFS is implemented using a queue to keep track of the nodes to be explored.