Vidyalelo
Data Structure · Q56

Applications of Data Structures

Programming · Data Structure · question 56

Q56

What data structure is used for efficiently managing a collection of elements with unique keys where both insertions and lookups are frequent?

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

Answer: Option D

Solution

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