Which data structure is typically employed to implement the queue used in breadth-first search (BFS)?
Array
Hash table
Binary search tree
Linked list

Data Structures and Algorithms Exercises are loading ...