Ask Question
27 February, 11:01

What is the load factor and how does it affect table size?

+1
Answers (1)
  1. 27 February, 14:31
    0
    The load factor in the computer science is defined as the total ratio of number of the address to the ratio of total number of table records in the data structure.

    The load factor should be less than 1 so that the the table size are properly chosen and the load factor is store in the hash table as the number of key. The average value of the load factor is given by the total entries to the size of the table.
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “What is the load factor and how does it affect table size? ...” in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers