Page 1 of 1

What is the hash function used in multiplication method?

Posted: Wed Jul 13, 2022 7:43 pm
by answerhappygod
a) h(k) = floor( m(kA mod 1))
b) h(k) = ceil( m(kA mod 1))
c) h(k) = floor(kA mod m)
d) h(k) = ceil( kA mod m)