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

https://github.com/mobluse/eulersoljs

Alternative solutions in JavaScript to Project Euler. They should run in Rhino, Nashorn, Node.js.
https://github.com/mobluse/eulersoljs

Last synced: 12 days ago
JSON representation

Alternative solutions in JavaScript to Project Euler. They should run in Rhino, Nashorn, Node.js.

Awesome Lists containing this project

README

          

# EulerSolJS
Alternative solutions in JavaScript to Project Euler. They should run in
Rhino, Nashorn, Node.js.

Examples of how to run:
./run-nashorn p001a1.js
./run-node p001a2.js
./run-rhino p001a3.js

Example output on a Raspberry Pi 2 B for the above command-lines,
respectively:
ANSWER
278 ms

ANSWER
45 ms

ANSWER
26 ms