Question

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

Answers

GPT-4o mini
The correct response is **hash table**. A hash table matches keys to values and efficiently stores them, allowing for fast retrieval based on the key.