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

https://github.com/matschik/euler

Runnable code to solve Project Euler problems.
https://github.com/matschik/euler

algorithm-challenges javascript mathematics

Last synced: 9 days ago
JSON representation

Runnable code to solve Project Euler problems.

Awesome Lists containing this project

README

          

# Project Euler Solutions

## Status
008/667 problems completed

## Answers

Problem # | Answer | File
--------- | ------ | ----
Problem 1 | 233168 | [p001.js](https://github.com/Matschik/project-euler/blob/master/javascript/p001.js)
Problem 2 | 4613732 | [p002.js](https://github.com/Matschik/project-euler/blob/master/javascript/p002.js)
Problem 3 | 6857 | [p003.js](https://github.com/Matschik/project-euler/blob/master/javascript/p003.js)
Problem 4 | 906609 | [p004.js](https://github.com/Matschik/project-euler/blob/master/javascript/p004.js)
Problem 5 | 232792560 | [p005.js](https://github.com/Matschik/project-euler/blob/master/javascript/p005.js)
Problem 6 | 25164150 | [p006.js](https://github.com/Matschik/project-euler/blob/master/javascript/p006.js)
Problem 7 | 104743 | [p007.js](https://github.com/Matschik/project-euler/blob/master/javascript/p007.js)
Problem 8 | 23514624000 | [p008.js](https://github.com/Matschik/project-euler/blob/master/javascript/p008.js)