Question 1 out of 3
What is the primary purpose of a Hash Table?
Fast data retrieval
Hash Tables are used for fast data retrieval by using a hash function to compute an index into an array of buckets.
Added to