UGC-NET | UGC NET CS 2018 July - II | Question 70

Last Updated :
Discuss
Comments
Consider a hash table of size seven, with starting index zero, and a hash function (7x+3) mod 4. Assuming the hash table is initially empty, which of the following is the contents of the table when the sequence 1, 3, 8, 10 is inserted into the table using closed hashing ? Here “__” denotes an empty location in the table.
3, 10, 1, 8, __ , __ , __
1, 3, 8, 10, __ , __ , __
1, __ , 3, __ , 8, __ , 10
3, 10, __ , __ , 8, __ , __
Share your thoughts in the comments