Various data structure and algorithm implementations in OCaml, with a focus on using data structures that lend themselves well to a functional language.
Dependencies:
opam switch create . -w --with-testBuild project:
dune buildRun tests:
dune runtestFor testing/debugging, it's useful to look at outputs directly using utop:
dune utopMake sure you're running eval $(opam env) before running dune to make sure you're using the local switches dune binary and not some other dune binary.