What data structure is used for the breadth-first traversal of a graph? A. list B. stack C. queue D. none of the above Answer Workspace Report Discuss Answer with explanation Answer: Option C Explanation The correct answer is Queue is used for breadth-first traversal whereas stack is used for depth-first traversal Workspace
Discuss about the question