Linear Probing
.
That is... take an ordinary hash function, than start scanning forward (with wrap around) for an empty spot.
Simple!
Prone to clumping (primary clustering).
Next:
Desirable Property of Hash
Up:
COLLISION RESOLUTION
Previous:
Problem with Delete