Hash Table

Jarrett Billingsley kb3ctd2 at yahoo.com
Wed Mar 21 16:07:56 PDT 2007


"Mason" <mason.green at gmail.com> wrote in message 
news:etrmpj$1347$1 at digitalmars.com...
> Hello,
>
> I need to create a Hash Table for a particular Hash Function in my 
> program. I need to be able to place multiple integers in the same bucket, 
> which will obviously cause collision issues.

Don't AAs do everything you need already?  They're a hash table with 
separate chaining implemented with binary trees, and ints already have a 
hash function for them.. 




More information about the Digitalmars-d-learn mailing list