Click here to Skip to main content
15,881,852 members
Articles / Programming Languages / C++

A Generic Open-address Hash Table Implementation with an STL-like Interface

Rate me:
Please Sign up or sign in to vote.
4.97/5 (16 votes)
6 Jul 2009BSD5 min read 83.4K   700   37  
A generic standalone STL-like implementation of a hash table that uses either linear probing or double hashing as the collision resolution mechanism.

Alternatives

Members may post updates or alternatives to this current article in order to show different approaches or add new features.

No alternatives have been posted.

License

This article, along with any associated source code and files, is licensed under The BSD License


Written By
Software Developer
Brazil Brazil
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions