Google News
logo
Data Structures Algorithms - Quiz(MCQ)
What data structure is used for breadth first traversal of a graph?
A)
list
B)
stack
C)
queue
D)
None of the above

Correct Answer :   queue


Explanation : Queue is used for breadth first traversal whereas stack is used for depth first traversal.

Advertisement