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.
- Host: GitHub
- URL: https://github.com/mobluse/eulersoljs
- Owner: mobluse
- License: mit
- Created: 2015-05-25T15:07:00.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-05-27T08:03:13.000Z (over 10 years ago)
- Last Synced: 2025-01-20T10:09:46.927Z (12 months ago)
- Language: JavaScript
- Homepage: https://projecteuler.net/
- Size: 129 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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