Chaining Analysis

Expected number of steps to discover an item k is not in the hash table:

So, running time is proportional to the load factor: $\Theta(1+\alpha)$.


next up previous
Next: Open-Addressing Analysis Up: ANALYSIS Previous: Comments on the Assumption