Question 11661 – Queues-and-Stacks
April 30, 2024
Question 11375 – Queues-and-Stacks
April 30, 2024
Question 11661 – Queues-and-Stacks
April 30, 2024
Question 11375 – Queues-and-Stacks
April 30, 2024

Question 11281 – Queues-and-Stacks

The data structure required for breadth first traversal on a graph is

Correct Answer: A

Question 17 Explanation: 
The data structure required for breadth first traversal on a graph is Queue.
The data structure required for depth first traversal on a graph is Stack.
A
queue
B
stack
C
array
D
tree

Leave a Reply

Your email address will not be published. Required fields are marked *