Question
Which of these matches keys to values and stores and stores them?(1 point) Responses unsorted array unsorted array simple data structure simple data structure efficiency efficiency hash
Answers
GPT-4o mini
The correct response that matches keys to values and stores them is **hash**. Hashes, or hash tables, use a hash function to map keys to values, allowing for efficient data retrieval.