Popularity
3.6
Stable
Activity
0.0
Stable
257
23
87

Code Quality Rank: L1
Programming language: C++
License: MIT License
Tags: Containers    

Hashmaps alternatives and similar libraries

Based on the "Containers" category.
Alternatively, view Hashmaps alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of Hashmaps or a related project?

Add another 'Containers' Library

README

hashmap

Implementation of open addressing hash table algorithms in C++.

Most of the code is under development, but the main() function in main.cc should provide enough information as to how to use the algorithms.