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

1 answer

The correct response is hash table. A hash table matches keys to values and stores them efficiently, allowing for quick data retrieval.