GATE | GATE CS 1997 | Question 56

Last Updated :
Discuss
Comments

What is the probability of a collision when hashing n keys into a hash table of size m, assuming that the hash function produces a uniform random distribution?

O(1/n)

O(n/m)

O(logn)

O(m/n)

Share your thoughts in the comments