First page Back Continue Last page Graphics
buckets
Instead of storing objects in the hash table we can use the array to store more complicated objects that are capable of holding more than one item.
We could make the elements of the array themselves an array (two dimensional array).
This can just end up postponing the collision if the second array is too small.