Vidyalelo
Data Structure · Q45

Hashing

Programming · Data Structure · question 45

Q45

What is a common strategy to ensure that a hash table performs optimally under varying loads?

A.
Static resizing without rehashing.
B.
Using a fixed hash function for all tables.
C.
Dynamic resizing and rehashing.
Answer
D.
Reducing the hash table size periodically.

Answer: Option C

Solution

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