In double hashing, if a collision occurs at h(X), the probe sequence is generated by using the rule: ____

A. (h(X) + i * g (X)) % HTSize
B. (h(X) * i * g (X)) % HTSize
C. (h(X) * i + g (X)) % HTSize
D. (h(X) % i + g (X)) % HTSize

Answer: A

Computer Science & Information Technology

You might also like to view...

The ________ is a code that must be entered when you install software

A) software license B) EULA C) site license D) product key

Computer Science & Information Technology

In what situation is a binary tree considered balanced?

What will be an ideal response?

Computer Science & Information Technology