Skip to content

Solutions to the number theory problems posted on projecteuler.net.

Notifications You must be signed in to change notification settings

tyalt1/Project_Euler

Repository files navigation

Project Euler Build Status

Collection of all my solutions to problems on Project Euler .

All solutions are written in the Clojure programming language and are built using Leiningen .

Usage

This program takes numbers from the command line. It prints out the solutions and how long they took to compute.

$ lein run 22 31
============== BEGIN ==============
"Elapsed time: 339.786618 msecs"
Project Euler 22 : 871198282
===================================
"Elapsed time: 33.320589 msecs"
Project Euler 31 : 73682
===================================

License

Copyright (C) 2015 Tyler Alterio

Distributed under the Eclipse Public License, the same as Clojure.

About

Solutions to the number theory problems posted on projecteuler.net.

Resources

Stars

Watchers

Forks

Packages

No packages published