Consider a hash table of size nine, with starting index zero, and a hash function (2k + 5) mod 9. Assuming the hash table is initially empty, which of the following is the contents of the table when the sequence 2, 6, 15, 11 is inserted into the table using closed hashing? Note that ‘_’ denotes an empty location in the table.

1
2, 11, 15, _, _, _, _, _, 6
2
2, 6, 11, _, _, _, _, _, 15
3
2, 11, _, _, _, _, _, 15, 6
4
2, 15, 11, _, _, _, _, _, 6
5
Question Not Attempted

Sponsored

hivanix.in

Visit

This quiz is brought to you by hivanix.in

🌐 Web App Development

Quick Navigation