三、Draw the 10-entry hash table that results from using the hash
function h(i) = (3i+4) mode 12, to hash the keys 13, 44, 17, 88, 23,
95, 20, 16, 8 and 67. Assuming the collisions are handled by linear
probing. (20 Points)