Skip to content

marvinpinto-archive/project-euler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Euler Solutions in Java

About

This archive consists of all my Project Euler solutions, written in Java. I plan to add to this list as and when I get time.

Usage

java -jar ProjectEuler.jar <problem number>

Building

You will need a recent enough version of Apache Ant as well as the Java SDK in order to build this project.

Then it's a simple matter of:

$ git clone https://github.com/marvinpinto/project-euler.git
$ cd project-euler
$ ant

And assuming everything went well, you should end up with the packaged .zip and .tar.gz files in your dist sub-directory.

License

Copyright 2012 Marvin Pinto ([email protected])

Licensed under the Apache License, Version 2.0 (the "License"); you may
not use this file except in compliance with the License. You may obtain
a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

Download

Pre-built binaries are available in the /dist sub-directory of this git archive.

Platform

Being a Java command-line app, pretty much any system with a functional Java Runtime Environment should have no issues running this program.

Author

Problems Solved

About

Project Euler solutions written in Java

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages