Solved

In Double Hashing, If a Collision Occurs at H(X), the Probe

Question 25

Multiple Choice

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

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions