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