Vidyalelo
Data Structure · Q128

Hashing

Programming · Data Structure · question 128

Q128

What is the advantage of the hash table over a linked list?

A.
faster access of data
Answer
B.
easy to implement
C.
very efficient for less number of entries
D.
exhibit good locality of reference

Answer: Option A

Solution

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