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

https://github.com/jorelali/projecteuler

My Java solutions to Eulers Problems
https://github.com/jorelali/projecteuler

java projecteuler

Last synced: 6 months ago
JSON representation

My Java solutions to Eulers Problems

Awesome Lists containing this project

README

          

ProjectEuler
============
These are my solutions to the [Project Euler](https://projecteuler.net/) problems.

## Useful links
* [Go straight to the main code](https://github.com/JorelAli/ProjectEuler/tree/master/ProjectEuler/src/io/github/jorelali/problems).
* [View Utils code](https://github.com/JorelAli/ProjectEuler/blob/master/ProjectEuler/src/io/github/jorelali/utils/Utils.java) (Code I have reused from previous problems to solve other problems).
* [View foreign utilities](https://github.com/JorelAli/ProjectEuler/tree/master/ProjectEuler/src/io/github/jorelali/foreignutils) (Code written by other people that I have used to solve some problems).