Skip to content

nerddude24/hashmap.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hashmap.js

A lightweight working implementation of HashMaps and HashSets in JS.

Testing

You can test it by cloning the repo, and running:

node test.js for hashmap test or node test_hashset.js for hashset.

or do whatever you want with it!

linked-list.js ?

I used my own linked list implementation which you can find here.

About

Hash map implementation in JS made by nerddude.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published