Question: What is a common strategy for resizing a hash table?
Options:
Correct Answer: Doubling the size
Solution:
A common strategy for resizing a hash table is to double its size when the load factor exceeds a certain threshold to maintain performance.