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.
AnswerD.
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