jordydickinson / euler-ocaml

Project euler solutions in OCaml

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

euler-ocaml

Project Euler problem solutions written in OCaml.

Dependencies

  1. GNU Make (others might work but I haven't tried)
  2. OCaml (Duh.)
  3. ocamlbuild: opam install ocamlbuild
  4. core_kernel: opam install core_kernel
  5. bignum: opam install bignum

Building & Running

Build it with make. Run it with ./main.native to run all problems, or give it a numeric argument to run a specific problem.

About

Project euler solutions in OCaml


Languages

Language:OCaml 97.9%Language:Standard ML 1.4%Language:Makefile 0.7%