https://github.com/regisb/project-euler
My solutions to Project Euler problems
https://github.com/regisb/project-euler
Last synced: 12 months ago
JSON representation
My solutions to Project Euler problems
- Host: GitHub
- URL: https://github.com/regisb/project-euler
- Owner: regisb
- Created: 2016-01-22T16:57:23.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-22T16:58:45.000Z (over 10 years ago)
- Last Synced: 2025-01-21T19:16:56.012Z (over 1 year ago)
- Language: Python
- Size: 50.8 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Project Euler (in progress)
===========================
This is the Python code that I use to solve the Project Euler problems:
http://projecteuler.net/
Be warned that not all solutions are optimal, some are not properly coded, and
some might not even work anymore.
Btw, you are not even supposed to be reading this if you have not solved the problems yet.