Vidyalelo
Data Structure · Q14

Hashing

Programming · Data Structure · question 14

Q14

How can you improve the performance of a hash table?

A.
By avoiding the use of chaining.
B.
By using a less complex hash function.
C.
By decreasing the size of the hash table.
D.
By increasing the size of the hash table and using a good hash function.
Answer

Answer: Option D

Solution

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