Which data structure is used in Breadth First Traversal of a graph?
(a) Stack
(b) Queue
(c) Array
(d) Tree
The question was asked during an online interview.
Origin of the question is Data Structures-Queue topic in section java.util – The Collections Framework of Java