What are the factors that affect the efficiency of lookup operations in a hash table?
Answers
Answered by
1
There are number of factors that effect the efficiency of lookup operation in a hash table .
One the important factor is the quality of hash function.
Also the number element stored in the hash table effect the overall efficiency of the lookup operations,
Moreover, number of buckets in the hash table also effects in this regard.
Hash table is actually a data structure which usually for implementing 'associative array abstract data type".
Hope this will help you.
One the important factor is the quality of hash function.
Also the number element stored in the hash table effect the overall efficiency of the lookup operations,
Moreover, number of buckets in the hash table also effects in this regard.
Hash table is actually a data structure which usually for implementing 'associative array abstract data type".
Hope this will help you.
Similar questions
Math,
7 months ago
Math,
7 months ago
Hindi,
7 months ago
Environmental Sciences,
1 year ago
Physics,
1 year ago
World Languages,
1 year ago