Question 8036 – GATE 2016 [Set-1]
April 10, 2024
Question 4154 – Environment
April 10, 2024
Question 8036 – GATE 2016 [Set-1]
April 10, 2024
Question 4154 – Environment
April 10, 2024

Question 11402 – Queues-and-Stacks

Queue structure is used in ____

Correct Answer: D

Question 20 Explanation: 
Polynomial addition uses array or linked list data structure.
Recursion uses stack data structure.
Depth first search algorithm uses stack data structure.
Breadth first search algorithm uses queue data structure.
A
Polynomial addition
B
Recursion
C
Depth First search algorithm
D
Breadth First search algorithm

Leave a Reply

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