+1 vote
in Data Analytics by (23.1k points)
What is a hash table?

1 Answer

0 votes
by (23.1k points)

In computing, a hash table is a map of keys to values. It is a data structure used to implement an associative array. It uses a hash function to compute an index into an array of slots, from which desired value can be fetched.

Related questions

+1 vote
asked Jan 29, 2022 in Data Analytics by GeorgeBell (4.5k points)
...