https://github.com/kevinroberts/euler-problems
https://projecteuler.net/archives
https://github.com/kevinroberts/euler-problems
euler-equations euler-exercises euler-solutions
Last synced: 3 months ago
JSON representation
https://projecteuler.net/archives
- Host: GitHub
- URL: https://github.com/kevinroberts/euler-problems
- Owner: kevinroberts
- Created: 2018-12-31T22:39:55.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-30T04:04:45.000Z (over 6 years ago)
- Last Synced: 2025-01-16T11:28:06.338Z (4 months ago)
- Topics: euler-equations, euler-exercises, euler-solutions
- Language: JavaScript
- Size: 1.1 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Euler-Problems
A simple Express project to view and run solutions to the project Euler exercises.
Run the node file under `bin/www` to launch the project.
Each solution is housed in it's own JS file under the `/public/javascripts/euler` folder.
Solutions all use vanilla javacript (ES6 syntax).
All were solutions tested on the latest version of the Chrome browser. (not all features from the ES6 syntax will work on other browsers)