Given a string, say the most repeated letter in the string
Anonymous
Use a hash function with the key as a char and value as an int. Iterate over the string and ++ the int in the hash for each letter.
Check out your Company Bowl for anonymous work chats.