Question: Draw the 11-entry hash table that results from using the hash function h(k) = (3k - 5) mod 11 to hash the keys 31, 45,
Draw the 11-entry hash table that results from using the hash function h(k) = (3k - 5) mod 11 to hash the keys 31, 45, 14, 89, 24, 95, 12, 38, 27, 16, and 25, assuming that collisions are handled with double hashing using the secondary hash function h(k) = 5 (k mod 5).
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
