florianbuetow / project-euler

Solutions to Project Euler problems in Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project Euler solutions

What is this?

This is simply a collection of some of my solutions to Project Euler programming problems.

Progress

Progress

Download:

Click here to download the solutions as a zip file.

How to run a solution:

After downloading and unpacking the solutions you can start them in your terminal like this:

$ python 001_multiples_of_3and5.py
Solution: 233168

License:

Material taken from projecteuler.net (i.e. problem data) is licensed under Attribution-NonCommercial-ShareAlike 2.0 UK: England & Wales. More info here.

About

Solutions to Project Euler problems in Python

License:MIT License


Languages

Language:Python 100.0%