"H" in Science by HensleyB

Question 4

What data structure used to implement an associative array employs an eponymous function to map keys to an array index and thus to its associated value?

hash table

Back