December2015 Cs Q35

0. The hash function used in double hashing is of the form:

  • Option : C
  • Explanation :
    h(k, i) = (h1(k) + i * h2(k)) mod m is used in double hashing is of the form. Rest other option does not used in double hashing. So, option (C) is correct.
Cancel reply
Cancel reply