Designing hash table for a large list of last names



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

.



Relevant Pages