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: Option D

Join The Discussion