previous | start | next

Load Factor

The load factor for separate chaining is the average chain length.

Ideally, the load factor should be small, e.g. 1.0 or less.

The default load factor for Java's Hash classes is 0.75



previous | start | next