Load factor

Home > Computer Science > Algorithms and data structures > Hash Tables > Load factor

The load factor of a hash table refers to the ratio of stored elements to total table size, and can be used to optimize hash table performance.