Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/briansipple/project-euler
Project Euler Solutions in Python and ECMAScript 2015
https://github.com/briansipple/project-euler
Last synced: 14 days ago
JSON representation
Project Euler Solutions in Python and ECMAScript 2015
- Host: GitHub
- URL: https://github.com/briansipple/project-euler
- Owner: BrianSipple
- Created: 2015-07-01T23:10:16.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-26T05:13:40.000Z (almost 8 years ago)
- Last Synced: 2024-10-11T11:23:58.387Z (about 1 month ago)
- Language: Python
- Size: 1.36 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Project Euler
====================================================================Currently, most of these solutions are written in Python because... well... high-precision math. But as it turns out, Project Euler problems are still insanely fun to solve in JavaScript as well -- especially utilizing some of the latest features from ECMAScript 2015 and up.
As such, I've made an index.html file will use System.js to import a solution file, compile it with Babel, and execute an exported solution runner function in the console. Applicable scripts currently start at solution #30.
To build and be able to run/serve files locally:
```
npm install jspmjspm install
```