1.

The characters of the string K R P C S N Y T J M are inserted into a hash table of a size 10 using a hash functionh(x) = (ord(x) - ord(A) +1)If linear probing is used to resolve collisions, then the following insertion causes a collision

A. Y
B. C
C. M
D. P
Answer» D. P


Discussion

No Comment Found