Which data structure is optimal for implementing a breadth-first search?
Stack
Linked List
Array
Queue

Computing Exercises are loading ...