Page 1 of 1

Which of the following is the hashing function for separate chaining?

Posted: Wed Jul 13, 2022 7:43 pm
by answerhappygod
a) H(x)=(hash(x)+f(i)) mod table size
b) H(x)=hash(x)+i2 mod table size
c) H(x)=x mod table size
d) H(x)=x mod (table size * 2)