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

https://github.com/alexklibisz/eulerjs

Some project Euler Problems solved using JavaScript
https://github.com/alexklibisz/eulerjs

Last synced: 7 months ago
JSON representation

Some project Euler Problems solved using JavaScript

Awesome Lists containing this project

README

          

# EulerJS
Some project Euler Problems solved using JavaScript

## To Run
Install node:

```bash
sudo apt-get update
sudo apg-get install nodejs
```
Most problems can be executed by calling:
```bash
node p###/sol###.js
```