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
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board