A hash table has 10 slots (0 to 9) and uses a hash function…
A hash table has 10 slots (0 to 9) and uses a hash function of key % 10 (division method), where key is the actual value to be inserted into the hash table. If the table is initially empty and the following values (keys) are inserted in the order shown, the insertion of which value results in a collision? 55 , 91 , 3 , 21, 20, 6