Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 389 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 389 Bytes

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.