/hash-map-lab

basic javascript hash map implementation

Primary LanguageJavaScript

hash-map-lab

basic javascript hash map implementation

TODO:

  • update the put method of hash map so that it will not store duplicate keys
  • implement a set method for hash map to change the value associated with a key