•When developing a hash functions:
–try to develop a function that is simple & fast
–make sure that the function places items evenly throughout the hash table without wasting excess memory
– make the hash
table large enough to be able to accomplish
this.