Data Structures

Which of the following best names the concept in which a data structure that maps keys to values using a hash function for fast lookup?

Correct answer

C. Hash table

Explanation

Hash table refers to a data structure that maps keys to values using a hash function for fast lookup.