Re: Designing hash table for a large list of last names
- From: "eKo1" <berndlosert@xxxxxxxxxxxx>
- Date: 14 Sep 2006 12:45:48 -0700
You're going to run into problems if there are two patients with the
same last name (which is not at atypical).
sprash25@xxxxxxxxx wrote:
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?
Thanks,
Revati
.
- Follow-Ups:
- Re: Designing hash table for a large list of last names
- From: Roger Sindreu
- Re: Designing hash table for a large list of last names
- References:
- Designing hash table for a large list of last names
- From: sprash25
- Designing hash table for a large list of last names
- Prev by Date: Re: More beginner questions about SAT...
- Next by Date: Re: Designing hash table for a large list of last names
- Previous by thread: Designing hash table for a large list of last names
- Next by thread: Re: Designing hash table for a large list of last names
- Index(es):
Relevant Pages
|