+1 vote
in Data Analytics by
What is a hash table?

1 Answer

0 votes
by

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
0 votes
asked Dec 24, 2022 in Data Analytics by AdilsonLima
...