If h is any hashing function and is used to hash n keys into a table of size m, where n<=m, the expected number of collisions involving a particular key x is :
Options
- less than 1.
- less than n.
- less than m.
- less than n/2.
CORRECT ANSWER : less than 1.
Write your comments