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.
D. Reducing the hash table size periodically.
Answer: Option C

Join The Discussion