|
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.
|