Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/stanov/projecteuler
- Owner: StaNov
- Created: 2013-12-29T19:21:25.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2016-04-03T18:17:27.000Z (almost 9 years ago)
- Last Synced: 2023-08-07T23:33:55.026Z (over 1 year ago)
- Language: Java
- Size: 302 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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