Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oelarnes/project-euler
solutions to problems from project euler
https://github.com/oelarnes/project-euler
Last synced: about 18 hours ago
JSON representation
solutions to problems from project euler
- Host: GitHub
- URL: https://github.com/oelarnes/project-euler
- Owner: oelarnes
- Created: 2014-01-15T23:37:07.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-02-07T20:57:49.000Z (almost 11 years ago)
- Last Synced: 2023-08-03T06:22:15.927Z (over 1 year ago)
- Language: Python
- Size: 297 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
README
This folder contains solutions to problems from projecteuler.net. The
problems are copied from the project euler website and pasted at the top
of each page, except for a few cases where formatting made this difficult.
Running each program should output the correct answer to the problem as
posed.This is not intended as a repository for solutions to be used by
others, but as an example of my code. Please do not copy my answers and
submit them under a different user name, for the sake of the integrity of
the project.All solutions and code are authored by me. For example, the
sieve in p3 is based on discussions about implementation with others, but
no other code was referenced.