Linear Probing is a method of Hash Table Probing which involves searching sequentially forward in the internal array from where the collision occurred until an empty spot is found.
Example:
Watch what happens to the internal array when the Hash Value was calculated to be and an insertion is attempted at that point.