public
Description: Solutions to the Project Euler problems in OCaml
Homepage: http://projecteuler.net
Clone URL: git://github.com/kballard/projecteuler-ocaml.git
name age message
file .gitignore Sat Aug 23 21:44:13 -0700 2008 Extract the Sieve of Eratosthenes into its own ... [kballard]
file Makefile Sun Sep 07 17:45:40 -0700 2008 Add solution to problem 35 [kballard]
file README Sun Aug 24 12:52:37 -0700 2008 Update README for new `make prob##` [kballard]
file misc.ml Sun Aug 24 13:44:04 -0700 2008 Fully convert all problems over to compilation ... [kballard]
file misc.mli Sun Aug 24 13:44:04 -0700 2008 Fully convert all problems over to compilation ... [kballard]
file names.txt Sun Aug 24 07:39:11 -0700 2008 Add solution to problem 22 [kballard]
file prob1.ml Sun Aug 24 13:44:04 -0700 2008 Fully convert all problems over to compilation ... [kballard]
file prob10.ml Sun Aug 24 13:44:04 -0700 2008 Fully convert all problems over to compilation ... [kballard]
file prob11.ml Sat Aug 23 21:44:19 -0700 2008 Add solution to problem 11 [kballard]
file prob12.ml Sun Aug 24 13:44:04 -0700 2008 Fully convert all problems over to compilation ... [kballard]
file prob13.ml Sun Aug 24 13:44:04 -0700 2008 Fully convert all problems over to compilation ... [kballard]
file prob14.ml Sun Aug 24 13:44:04 -0700 2008 Fully convert all problems over to compilation ... [kballard]
file prob15.ml Sun Aug 24 13:44:04 -0700 2008 Fully convert all problems over to compilation ... [kballard]
file prob16.ml Sun Aug 24 13:44:04 -0700 2008 Fully convert all problems over to compilation ... [kballard]
file prob17.ml Sun Aug 24 04:22:06 -0700 2008 Add solution to problem 17 [kballard]
file prob18.ml Sun Aug 24 06:04:47 -0700 2008 Add solution to problem 18 [kballard]
file prob19.ml Sun Aug 24 06:39:48 -0700 2008 Add solution to problem 19 [kballard]
file prob2.ml Sun Aug 24 13:44:04 -0700 2008 Fully convert all problems over to compilation ... [kballard]
file prob20.ml Sun Aug 24 13:44:04 -0700 2008 Fully convert all problems over to compilation ... [kballard]
file prob205.ml Sat Sep 06 18:12:44 -0700 2008 Add solution to problem 205 [kballard]
file prob21.ml Sun Aug 24 13:44:04 -0700 2008 Fully convert all problems over to compilation ... [kballard]
file prob22.ml Sun Aug 24 13:44:04 -0700 2008 Fully convert all problems over to compilation ... [kballard]
file prob23.ml Sun Aug 24 13:44:04 -0700 2008 Fully convert all problems over to compilation ... [kballard]
file prob24.ml Sun Aug 24 13:44:04 -0700 2008 Fully convert all problems over to compilation ... [kballard]
file prob25.ml Sun Aug 24 13:44:04 -0700 2008 Fully convert all problems over to compilation ... [kballard]
file prob26.ml Sun Aug 24 13:44:04 -0700 2008 Fully convert all problems over to compilation ... [kballard]
file prob27.ml Sun Aug 24 13:44:04 -0700 2008 Fully convert all problems over to compilation ... [kballard]
file prob28.ml Sun Aug 24 14:02:57 -0700 2008 Add solution to problem 28 [kballard]
file prob29.ml Sun Aug 24 14:11:39 -0700 2008 Add solution to problem 29 [kballard]
file prob3.ml Sun Aug 24 13:44:04 -0700 2008 Fully convert all problems over to compilation ... [kballard]
file prob30.ml Sun Aug 24 14:45:48 -0700 2008 Add solution to problem 30 [kballard]
file prob35.ml Sun Sep 07 17:45:40 -0700 2008 Add solution to problem 35 [kballard]
file prob4.ml Sun Aug 24 13:44:04 -0700 2008 Fully convert all problems over to compilation ... [kballard]
file prob5.ml Sun Aug 24 13:44:04 -0700 2008 Fully convert all problems over to compilation ... [kballard]
file prob6.ml Sun Aug 24 13:44:04 -0700 2008 Fully convert all problems over to compilation ... [kballard]
file prob7.ml Sun Aug 24 13:44:04 -0700 2008 Fully convert all problems over to compilation ... [kballard]
file prob8.ml Sun Aug 24 13:44:04 -0700 2008 Fully convert all problems over to compilation ... [kballard]
file prob9.ml Fri Aug 22 20:46:52 -0700 2008 Add solution to problem 9 [kballard]
file sieve.ml Sat Aug 23 21:44:19 -0700 2008 Implement Sieve.iter and Sieve.fold [kballard]
file sieve.mli Sat Aug 23 21:44:19 -0700 2008 Implement Sieve.iter and Sieve.fold [kballard]
README
This is a collection of solutions to the projecteuler.net problems using OCaml.
Unless otherwise noted, each solution was written by Kevin Ballard <kevin@sb.org>.

To run each problem, simply execute `make prob##` where ## is the number of the problem.