Question
Which data structure or concept is best described as a structure that maps keys to array positions using a hash function?
Select an option. Your answer will be checked instantly.
Correct Answer: A. Hash Table
Explanation:
Hash Table is a structure that maps keys to array positions using a hash function.
This description distinguishes it from the other choices.
Leave a Reply