Skip to content

mxthevs/99-problems

Repository files navigation

99 Problems (solved) in OCaml

https://ocaml.org/learn/tutorials/99problems.html

99 problems from the OCaml docs, that were inspired by Ninety-Nine Lisp Problems which in turn was based on “Prolog problem list”.

Progress: 17 / 99

Running

Running a single problem

  ocaml ./<problem-n>-<problem-name>/<problem-name>.ml

See folders to get problems numbers and names

Running all problems

  make test