Given input {4371, 1323, 6173, 4199, 4344, 9679, 1989} and ahash function h(x) = x mod 10, show the resulting:
a. Separate chaining hash table.
b. Hash table using linear probing.
c. Hash table using quadratic probing.
——
DO ONLY THIS PART:
rehash just the parts a, b, and c that you did in the previousproblem. Use a table size of 23 for each of those.
Expert Answer
An answer will be send to you shortly. . . . .