Hash table. Question Describe a hash table. in progress 0 Machine Learning Pragya Rani 55 years 1 Answer 721 views Contributor 0
Answer ( 1 )
A hash table is a data structure that produces an associative array. A key is mapped to certain values through the use of a hash function. They are often used for tasks such as database indexing.