Question 11281 – Queues-and-Stacks
April 30, 2024
Mathematical-Reasoning
April 30, 2024
Question 11281 – Queues-and-Stacks
April 30, 2024
Mathematical-Reasoning
April 30, 2024

Question 11375 – Queues-and-Stacks

Depth first search graph search algorithm uses ____ data structure for its implementation.

Correct Answer: A

Question 18 Explanation: 
Depth first search algorithm uses stack data structure for its implementation.
Whereas Breadth first search algorithm uses queue data structure for its implementation.

A
Stack
B
Tree
C
Dequeue
D
Queue

Leave a Reply

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