What is a hash function for and how would you make one to hash strings?
Anonymous
A hash function creates a unique (hopefully) number for an objects based on its contents. My hash function for strings was to sum the characters casted to ints
Check out your Company Bowl for anonymous work chats.