Skip to content

MatthewLQM/Project-Euler-In-Java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project-Euler-In-Java

This repository is a java implement for solving the matthew.problem in Project Euler.

matthew.Tools.java

I put some commonly used function in this file:
public static boolean isPrime(Long number) : Whether this number is prime or not

matthew.Main.java

Call the function matthew.Problem.solve(), then print this result as well as the time expended.

matthew.Problem.java

The interface of the solution. When you solve a matthew.problem, you should implement this interface.

About

This is a solution to Project Euler in java programming language.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages