

MCQOPTIONS
Saved Bookmarks
1. |
Which of the following is the hashing function for separate chaining? |
A. | H(x)=(hash(x)+f(i)) mod table size |
B. | H(x)=hash(x)+i2 mod table size |
C. | H(x)=x mod table size |
D. | H(x)=x mod (table size * 2) |
Answer» D. H(x)=x mod (table size * 2) | |