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
- Host: GitHub
- URL: https://github.com/jorelali/projecteuler
- Owner: JorelAli
- Created: 2014-10-11T13:23:07.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2025-02-25T01:07:50.000Z (11 months ago)
- Last Synced: 2025-02-25T01:29:58.096Z (11 months ago)
- Topics: java, projecteuler
- Language: Java
- Size: 1.14 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).