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?
- A. Doubly linked list
- B. Linked list
- C. Hash table ✓
- D. Stack
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.