Skip to content

danmaslo/projectEuler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

projectEuler

This project is my algorithm playground. It's set of naive solutions for project Euler (https://projecteuler.net/). All solutions are written in Java, my focus is to solve the problem in short time (of coding, not running). So the code is simple as f•ck.

It is runnable from IDE and Terminal too, program will ask for problem number or you can pass it through argument in Terminal.

Clone the repo

# clone the code
git clone https://github.com/danmaslo/projectEuler.git

# cd into the built app
cd out/production/projectEuler

Run the app

# run the app
java Euler

# run the app for specific problem (number 13 for example)
java Euler 13

About

Naive java solutions for Euler problems

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages