Question: 1. Given input {4371,1323,6173,4199,4344,9679,1989} and a hash function h(x)= x ( mod() 10), show the resulting: a. separate chainig hash table b. hash table using
1. Given input {4371,1323,6173,4199,4344,9679,1989} and a hash function h(x)= x ( mod() 10), show the resulting:
a. separate chainig hash table
b. hash table using linear probing
c. hash table using quadratic probing
d. hash table with second hash function h2(x)=7 - (x mod 7).
2. Use rehashing procedure to the same hash table in question 1 using linear probing.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
