What is the load factor for a hash table with 25 buckets tha
What is the load factor for a hash table with 25 buckets that stores 2,000 elements? Answer:
Solution
Answer :
what is the load factor for a hash table with 25 buckets that stores 2,000 elements?
Answer :
80
Explanation :
Load factor=no.of elements/no.of table buckets
=2000/25
=80
