Solutions to problems from the website projecteuler, coded in python.
These are up-to-date as of December 2014
###About Solutions to project euler problems 1-12. More solutions will be added in the future.
###Issues These are issues I plan to fix some time in the future, but for now they are left in their disfunctional state.
| Problem # | Issue |
|---|---|
| 10 | FIXED |
| 11 | code is a mess, not returning the right answer |
###Download First make sure you have git installed, then enter into your console
$ cd <desired path>
$ git clone https://github.com/csettles/projecteuler.git
OR download .zip file and unzip
Please make sure that you have Python 3+ installed, otherwise you will not be able to run the programs
###License
GNU General Public License v3.0
see LICENSE file for more information