Hash table collisions can be reduced or avoided using thefollowing method (Select all that apply): A) Use chaining B) Noneof these C) Use a hash function that distributes keys uniformlyover the range of the table index D) Use a table multiple times thesize of the data
Answer
A) Use chaining
C) Use a hash function that distributes keys uniformly over therange of the table index