10000 GitHub - DontFearAlgorithms/projecteuler-ocaml: My solutions to ProjectEuler problems in OCaml. Don't spoil yourself, please!
[go: up one dir, main page]

Skip to content

DontFearAlgorithms/projecteuler-ocaml

 
 

Repository files navigation

projecteuler-ocaml

My solutions to ProjectEuler problems in OCaml. Don't spoil yourself, please!

How to run

dune build -p euler
dune exec -p euler -- euler PROBLEM_NUMBER [-time]

If passed the -time flag, the program will report the time taken to execute the solution code.

The EULER_DEBUG environment variable, when set to a non-empty string, will enable debug/progress printing in some solutions.

About

My solutions to ProjectEuler problems in OCaml. Don't spoil yourself, please!

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • OCaml 98.4%
  • Other 1.6%
0