Vidyalelo
Data Structure · Q79

Miscellaneous on Data Structures

Programming · Data Structure · question 79

Q79

What data structure is ideal for implementing a system that requires quick lookups and frequent updates with a small range of possible keys?

A.
Linked List
B.
Trie
C.
Heap
D.
Hash Table
Answer

Answer: Option D

Solution

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