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

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

Awesome Lists containing this project

README

          

# 👌 JEuler

[![Build Status](https://travis-ci.org/micheleriva/Jeuler.svg?branch=master)](https://travis-ci.org/micheleriva/Jeuler)
[![License](https://img.shields.io/dub/l/vibe-d.svg)](/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)