The correct response is "hash table." A hash table matches keys to values and stores them, allowing for efficient retrieval of values based on their associated keys. An unsorted array, on the other hand, does not inherently provide key-value mapping or efficiency in lookup operations.
Which of these matches keys to values and stores and stores them?(1 point) Responses unsorted array unsorted array hash table hash table simple data structure simple data structure efficiency efficiency
1 answer