First page Back Continue Last page Graphics
Sufficiently Large Arrays
One method of avoiding collisions is to use an array that is large enough to accommodate all possible items.
This leads to being able to implement a perfect hash function.
An array consisting of 10,000,000 items would allow us to use the entire phone number as the address.