A hash table of length 10 uses open addressing with hash function h(k)=k mod 10, and linear probing. After inserting 6 values. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

A hash table of length 10 uses open addressing with hash function h(k)=k mod 10, and linear probing. After inserting 6 values.

0 1 2 42 3 23 4 34 5 52 6 46 7 33 8 9 10 Which one of the following choices gives a possible order in which the key values could have been inserted in the table? (a) 46, 42, 34, 52, 23, 33 (b) 34, 42, 23, 52, 33, 46 (c) 46, 34, 42, 23, 52, 33 (d) 42, 46, 33, 23, 34, 52 Pleaae can anyone tell me the answer

22nd Apr 2020, 12:09 PM
Disha Dey
Disha Dey - avatar
2 Answers
- 1
Whats this
22nd Apr 2020, 1:02 PM
Disha Dey
Disha Dey - avatar
- 1
a
11th Aug 2020, 5:14 AM
Yash Billa
Yash Billa - avatar