Insert the following keys to the initially empty array by using quadratic probing and given hash function.
h(k,i)=(h‘(k) + c1i + c2i2) mod m
h‘(k) = k + 2c1 = 0c2 = 1m = 23
Some additional problems.