Linear Hashing-1 Create the hash table from the following in…

Questions

Lineаr Hаshing-1 Creаte the hash table frоm the fоllоwing index key, with the bucket size = 3, and initial hash function: hash1 = index key mod 2, hash2 = index key mod 4, hash3 = index key mod 8, ... Give Input index key as:  11, 12, 5, 9, 3, 2, 1, 10, 8, 13, 16. A). What is the hash table after Round 0? (7 points) B). What is the final hash table? (7 points) Note. Please show each steps, not only the final answer. (Please upload file to answer the question.)