(16 points! 6. Insert the contents of the two hash tables in the boxes below. The size of the hash table is 9. The hash
Posted: Sat May 14, 2022 8:37 pm
(16 points! 6. Insert the contents of the two hash tables in the boxes below. The size of the hash table is 9. The hash function used is H(k)= k mod 9 What values will be in the hash table after the following sequence of insertions? Insert the values in the boxes below, and show your work for partial credit. .18, 16, 10, 7, 26 a) Linear Probing b) Quadratic Probing 0 0 1 1 2 2 3 3 4 5 5 6 6 6 7 7 00 c) What is the load factor for the table a)? d) What is the load factor for the table b)?