https://github.com/micheleriva/jeuler
👌A list of Project Euler problems solved in ES6
https://github.com/micheleriva/jeuler
algorithm-challenges es6 es6-javascript euler-project euler-solutions javascript testing
Last synced: 3 months ago
JSON representation
👌A list of Project Euler problems solved in ES6
- Host: GitHub
- URL: https://github.com/micheleriva/jeuler
- Owner: micheleriva
- License: mit
- Created: 2018-04-06T13:03:14.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-10T07:38:15.000Z (over 7 years ago)
- Last Synced: 2025-04-01T19:49:50.006Z (6 months ago)
- Topics: algorithm-challenges, es6, es6-javascript, euler-project, euler-solutions, javascript, testing
- Language: JavaScript
- Homepage:
- Size: 8.56 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# 👌 JEuler
[](https://travis-ci.org/micheleriva/Jeuler)
[](/LICENSE.md)A list of [Project Euler](https://projecteuler.net) problems solved in **ES6**.
# ☝️ Index🥑 Solved
🌶 Work in progress[- 🥑 1](/src/1/index.js) [- 🥑 2](/src/2/index.js) [- 🌶 3](/src/3/index.js)
# 🔍 Testing
Every problem is tested with [Jest](https://facebook.github.io/jest/).
# 📜 License
[MIT](/LICENSE.md)