Quadratic Probing is a method of Hash Table Probing which involves adding successive values of an arbitrarily defined quadratic polynomial until an open slot is found.


Example:

An example sequence which may be used as the arbitrary quadratic polynomial might be: Where:

  • is the Hash Value
  • is the number of elements in the pattern until an open slot is found