A Quiz
pWhere would you be placed in this table, if there is no collision?  Use your social security number or some other favorite number.
[ 0 ]
[ 1 ]
[ 2 ]
[ 3 ]
[ 4 ]
[ 5 ]
[ 700]
Number    506643548
Number    233667136
Number 281942902
Number 155778322
Number 580625685
Number 701466868
. . .
Time for another quiz . . . Did anyone end up with a hash value of 700?

Well, I did. My ID number is 155779023, which has a hash value of 700. (No, not really, but I needed to illustrate another kind of collision.

There is a collision with the last location of the array. In this case, you would circle back to the start of the array, and try location number 0, then 1, .... until you find an empty spot. In this example, I would be inserted at location 0, since that location is empty.