An open API service indexing awesome lists of open source software.

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)

Awesome Lists containing this project

README

          

# Project Euler [![CircleCI](https://circleci.com/gh/n6g7/euler.svg?style=svg)](https://circleci.com/gh/n6g7/euler)

Solutions to [Project Euler](https://projecteuler.net) problems.

![Project Euler badge](https://projecteuler.net/profile/n6g7.png)

## 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