linear probing in which successive slots a fixed distance apart in the array are probed, quadratic probing in which the space between probes increases quadratically, ...
Linear probing, in which the interval between probes is fixed (usually 1) ...