Multiple choice

In which of the following hashings, the hash functions are describe as h2(key) is not equal to zero and h2 is not equal to h1 where h1 and h2 are first and second hash functions?

  1. Extendible hashing

  2. Double Hashing

  3. Linear hashing

  4. Linear Probing

  5. Quadratic Probing

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Here, the hash functions are describe as h2(key) is not equal to zero and h2 is not equal to h1 where h1 and h2 are first and second hash function.