Vidyalelo
Data Structure · Q33

Miscellaneous on Data Structures

Programming · Data Structure · question 33

Q33

Which data structure is optimal for implementing a system where the order of processing is critical, but elements are frequently updated?

A.
Queue
Answer
B.
Heap
C.
Linked List
D.
Array

Answer: Option A

Solution

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