What is the hash function used in multiplication method?
(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)
Origin of the question is Hash Tables topic in portion Hash Tables of Data Structures & Algorithms I
I got this question in an internship interview.