802 views
1 votes
1 votes
Keys 9,19,29,39,49,59,69 are inserted into a hash table containing entries from 0 to 9 using hash function H=kmod10 and quadratic probing is used for collision resolution. What is the index into which 59 will be inserted?

a)3

b)6

c)8

d)5

Please log in or register to answer this question.

Related questions

0 votes
0 votes
0 answers
1
rsansiya111 asked Mar 12, 2022
360 views
Canadian postal codes have the format LDL DLD, where L is always a letter (between A-Z), D is always a digit (0-9), and is always a single space. For example, the postal ...
0 votes
0 votes
1 answer
3
Ram Swaroop asked Jan 27, 2019
1,261 views
Consider the hashing table with 'm' slots and 'n' keys. If the expected number of probes in unsuccessful search is 3. The expected number of probes in a successful search...