Vidyalelo
Data Structure · Q26

Queues in Data Structures

Programming · Data Structure · question 26

Q26

Which of the following queue implementations would be ideal for handling real-time data streams?

A.
Circular Queue
Answer
B.
Priority Queue
C.
Deque
D.
Simple Queue

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board