Skip to content

jaymody/ocaml-algos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data Structures and Algorithms in OCaml

Various data structure and algorithm implementations in OCaml, with a focus on using data structures that lend themselves well to a functional language.

Development

Dependencies:

opam switch create . -w --with-test

Build project:

dune build

Run tests:

dune runtest

For testing/debugging, it's useful to look at outputs directly using utop:

dune utop

Make 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.

About

Various algorithms and data structure implementations in OCaml.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages