Rehashing
When table gets too full, time for operations takes too long, insertions
start to practically fail.
Create a new larger table, (e.g. 2 times as big), with a new
hash function and scan down the original hash table, and insert
in the new table.
Relatively expensive O(N).
|