Skip to content

nick-jones/hashmap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HashMap

This is a very basic hash map implementation. It only permits string → string mappings. It currently does not handle resizing. It does handle hash collisions by chaining with linked lists. It certainly isn't thread safe.

I wrote this as a personal exercise. Do not use this.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published