views:

39

answers:

1

I know the ideal hashcode algorithm is a research area, but what sensible things can I do to minimise collisions and why do they work?

For example, I've seen hashcode functions that make use of prime numbers, but I'm not clear on what the benefit is...

A: 

This and this might help

letronje