In the given hash table of size 11 whose hash function h(k)=k mod 11,
.Insert a key 16 in the given order where collision is handled by quadratic probing with the secondary quadratic function f(j) = 3j2 + j.
In the given hash table of size 11 whose hash function h(k)=k mod 11,
.Insert a key 16 in the given order where collision is handled by quadratic probing with the secondary quadratic function f(j) = 3j2 + j.