Vidyalelo
Data Structure · Q15

Applications of Data Structures

Programming · Data Structure · question 15

Q15

What data structure is commonly used to implement a breadth-first search (BFS) algorithm?

A.
Stack
B.
Hash Table
C.
Queue
Answer
D.
Binary Search Tree

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board