Re: Hashing for big list of last names
- From: Ben Pfaff <blp@xxxxxxxxxxxxxxx>
- Date: Wed, 13 Sep 2006 20:57:44 -0700
sprash25@xxxxxxxxx writes:
I would like to design a hash table for a big list of last names of
patients.
Any recommendations on the hashing type (chaining, open addressing,
double hashing) and the function I should use?
It entirely depends on your constraints. If you describe your
application in some more detail, perhaps we can give
recommendations.
--
Ben Pfaff
email: blp@xxxxxxxxxxxxxxx
web: http://benpfaff.org
.
- Follow-Ups:
- Re: Hashing for big list of last names
- From: sprash
- Re: Hashing for big list of last names
- References:
- Hashing for big list of last names
- From: sprash25
- Hashing for big list of last names
- Prev by Date: Re: Any good dynamic programming questions and solutions?
- Next by Date: Re: Hashing for big list of last names
- Previous by thread: Hashing for big list of last names
- Next by thread: Re: Hashing for big list of last names
- Index(es):
Relevant Pages
|