Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 402 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 402 Bytes

Hasher

Hasher is a Clojure library for manipulating fixed-size hash maps using arrays.

Linear probing is employed for hash collisions.

Setup

$ brew install leiningen
$ git clone https://github.com/nspotrepka/hasher.git
$ cd hasher

Playground

$ lein repl

Testing

$ lein test

License

Copyright © 2017 Nathaniel Potrepka

Distributed under the MIT License