Question
Which of these matches keys to values and stores and stores them?(1 point)
Responses
hash table
hash table
efficiency
efficiency
simple data structure
simple data structure
unsorted array
Responses
hash table
hash table
efficiency
efficiency
simple data structure
simple data structure
unsorted array
Answers
GPT-4o mini
The correct response is **hash table**. A hash table matches keys to values and stores them efficiently, allowing for quick data retrieval.