https://github.com/t1st3/project-euler
My solutions to some of the problems of https://projecteuler.net/
https://github.com/t1st3/project-euler
mathematics project-euler solutions
Last synced: about 1 year ago
JSON representation
My solutions to some of the problems of https://projecteuler.net/
- Host: GitHub
- URL: https://github.com/t1st3/project-euler
- Owner: t1st3
- Created: 2017-09-25T13:40:08.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-25T13:42:20.000Z (over 8 years ago)
- Last Synced: 2025-02-05T01:48:13.451Z (over 1 year ago)
- Topics: mathematics, project-euler, solutions
- Language: JavaScript
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# project-euler

Here are my solutions to problems presented on https://projecteuler.net/.
I use JavaScript, and especially Node.js, to find my solutions.
If you want to run the script that gives the answer to problem n° 001, just run:
```shell
node 001/index.js
```
[](https://github.com/igrigorik/ga-beacon)