You have the following hash table (with 5 buckets) that uses the hash function
Bucket | 0 | 1 | 2 | 3 | 4 |
|---|---|---|---|---|---|
Values | {} | {1} | {} | {8, 16} | {4} |
Which of the following values will produce a collision if we try to insert it?
Tip: Recall what happens if the hash value is greater than in this case...