Home » JAVA Programming » Data Structures » Question
  1. Which data structure is used in Breadth First Traversal of a graph?
    1. Array
    2. Stack
    3. Tree
    4. Queue
    5. None of these
Correct Option: B

In Breadth First Traversal of graph the nodes at the same level are accessed in the order of retrieval (i.e FIFO).



Your comments will be displayed only after manual approval.