Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/stanov/projecteuler

My Java implementation of Project Euler problems
https://github.com/stanov/projecteuler

Last synced: 26 days ago
JSON representation

My Java implementation of Project Euler problems

Awesome Lists containing this project

README

        

Project Euler
=============

My Java implementation of Project Euler problems

[![Build Status](https://travis-ci.org/StaNov/projectEuler.svg?branch=master)](https://travis-ci.org/StaNov/projectEuler)
[![Codacy Badge](https://api.codacy.com/project/badge/grade/c194a80e3fda4beda9fd7123157c8981)](https://www.codacy.com/app/stanovec/projectEuler)

Backlog
=======

* convert problem solutions from previous non-maven implementation to Maven
* add EhCache instead of custom implementation through HashMaps