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
- Host: GitHub
- URL: https://github.com/alexklibisz/eulerjs
- Owner: alexklibisz
- Created: 2015-02-17T21:56:02.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-02T16:02:17.000Z (over 10 years ago)
- Last Synced: 2025-01-15T08:25:37.850Z (9 months ago)
- Language: JavaScript
- Size: 156 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```