Question: What is a potential drawback of using hash tables?
Options:
Correct Answer: They require more memory than arrays
Solution:
Hash tables can require more memory due to the need for additional space to handle collisions and maintain performance.