https://github.com/stanov/projecteuler
My Java implementation of Project Euler problems
https://github.com/stanov/projecteuler
Last synced: 11 months 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 (over 12 years ago)
- Default Branch: master
- Last Pushed: 2016-04-03T18:17:27.000Z (over 10 years ago)
- Last Synced: 2025-03-30T15:47:00.437Z (over 1 year ago)
- Language: Java
- Size: 302 KB
- Stars: 0
- Watchers: 1
- 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
[](https://travis-ci.org/StaNov/projectEuler)
[](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