Question: Given the values { 1 1 , 1 , 8 , 2 0 , 5 2 , 3 3 , 5 6 , 5 3

Given the values {11,1,8,20,52,33,56,53,61,64},
using a hash function h(k)=k%11, and a table with
capacity 11, answer the following:
a) Apply linear probing, show the resulting table after
inserting the values in the given order.
b) Apply Quadratic probing, show the resulting table after
inserting the values in the given order.
c) What is the load factor of your hash table from part (b)?
 Given the values {11,1,8,20,52,33,56,53,61,64}, using a hash function h(k)=k%11, and a

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!