Skip to content

arthurs97/HashMap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HashMap is a C++ implementation of a fixed-size hashmap (size specified by user upon instantiation). It handles collisions with linear probing.

It associates string keys with arbitrary data object references, represented by pointers to a templated Value type.

About

A C++ fixed-size hash map with linear probing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published