Hi all,
I'm new here and need a little help with hashing.
I have an array : buckets[5000];
Each bucket should be able to store multiple entries to handle collisions; there should be no limit on the number of entries each bucket can store.
I need to hash integers from range 0 - (2^32-1) in this bucket.
Can anyone help? I'm very confused as to how I can hash them.
Thanks,
Twaha.