Vidyalelo
Data Structure · Q50

Applications of Data Structures

Programming · Data Structure · question 50

Q50

What data structure is used for managing a collection of elements where the order of insertion is important and duplicate elements are not allowed?

A.
Array
B.
Linked List
C.
Hash Set
Answer
D.
Stack

Answer: Option C

Solution

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