Multiple choice Breadth-first search is an example of which of the following data structures? Stack Queue Array Linked list None of the above Reveal answer Fill a bubble to check yourself B Correct answer Explanation Breadth-first search uses the queue data structure to search the node in the graph according to the FIFO basis,