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

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/

Awesome Lists containing this project

README

          

# project-euler

![t1st3 @ https://projecteuler.net](https://projecteuler.net/profile/t1st3.png)

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

[![Analytics](https://ga-beacon.appspot.com/UA-53514029-2/project-euler/readme?pixel)](https://github.com/igrigorik/ga-beacon)