Path: utzoo!attcan!uunet!husc6!rutgers!gatech!uflorida!novavax!raab
From: raab@novavax.UUCP (Moshe Raab)
Newsgroups: comp.lang.c
Subject: hash algorithm
Keywords: hash
Message-ID: <654@novavax.UUCP>
Date: 16 Aug 88 17:24:55 GMT
Organization: Nova University, Fort Lauderdale, FL
Lines: 7

could anyone recommend a hashing algorithm to store a list of 10
digit phone numbers (area code plus 7 digits).
It should have little or no overflow and no collisions (as few as
possible). The list will contain more than one area code but
about 1000 numbers per area code (ie not a totasly random sample
but one which has a relatively common prefix)
thank you very much.