Harishsady D
What is the Load Factor of Hashtable?
By Harishsady D in .NET on Dec 26 2014
  • Munesh Sharma
    Feb, 2015 14

    http://www.c-sharpcorner.com/UploadFile/pradeep.tiwari/PradeepTiwariHashtable11072006072247AM/PradeepTiwariHashtable.aspx

    • 0
  • Rajesh Yerramsetti
    Jan, 2015 28

    The load factor is a measure of how full the hash table is allowed to get before its capacity is automatically increased. When the number of entries in the hash table exceeds the product of the load factor and the current capacity, the hash table is rehashed (that is, internal data structures are rebuilt) so that the hash table has approximately twice the number of buckets. As a general rule, the default load factor (.75) offers a good tradeoff between time and space costs.

    • 0
  • Harishsady D
    Dec, 2014 26

    0.72

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS