https://github.com/n6g7/euler
Solutions to Project Euler problems (careful, spoilers ahead)
https://github.com/n6g7/euler
euler problem project project-euler
Last synced: 11 months ago
JSON representation
Solutions to Project Euler problems (careful, spoilers ahead)
- Host: GitHub
- URL: https://github.com/n6g7/euler
- Owner: n6g7
- Created: 2016-08-20T11:40:04.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-11-18T16:41:38.000Z (about 6 years ago)
- Last Synced: 2025-01-12T21:29:30.517Z (about 1 year ago)
- Topics: euler, problem, project, project-euler
- Language: Python
- Homepage:
- Size: 199 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Project Euler [](https://circleci.com/gh/n6g7/euler)
Solutions to [Project Euler](https://projecteuler.net) problems.

## How to?
- install? `pip install -r requirements.txt`
- run? `./run.py `
- time? `./time.py`
- test? `green`
## Todo
- [ ] Improve [solution](./solutions/level1/problem10.py) to [problem 10](https://projecteuler.net/problem=10) (takes 18s)
- [ ] Time solutions in tests