Question: How can the performance of a hash table be improved?
Options:
Correct Answer: By using a larger initial size
Solution:
Using a larger initial size can help reduce the load factor and improve performance by minimizing collisions and the need for resizing.