Given a sequence of 5 element keys < 23, 26, 16, 38, 27 > for searching task: 6.ONLY a) Given the hash function H(k) = (3.k) mod 11, insert the keys above according to its original sequence (from left to right) into a hash table of 11 slots. Indicate the cases of steps and calculat collision if any. Show your steps and calculations with a table as in our course material.