Q15
What data structure is commonly used to implement a breadth-first search (BFS) algorithm?
A.
Stack
B.
Hash Table
C.
Queue
AnswerD.
Binary Search Tree
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board