Question: A 5-element hash table uses linear probing to deal with collisions. The hash function is h(k)= (3k+2)%5. Assume the hash table starts empty. What is

A 5-element hash table uses linear probing to deal with collisions. The hash function is h(k)= (3k+2)%5. Assume the hash table starts empty. What is the content of it after inserting the following numbers (in this order): 11,12,3,4 ? Choose ONE option: a. [11,4,1,3,12] b. [11,12,1,3,4] C. [11,3,12,4,1] d. None of the answers e. [11,3,1,12,4]
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
