in Algorithms
1,038 views
1 vote
1 vote

in Algorithms
1.0k views

4 Comments

But here we r using  linear probing.. So I think  42 will again collide with 23..Please correct me..
0
0
but linear probing here is not done like normally we do x = (x+1)mod10

it is explicitly mentioned in qsn how to linearly prob i.e ((c+1)*x + c)mod10
1
1
Yes.. You are right.. Thank you :)
0
0

Please log in or register to answer this question.

Related questions