Skip to content

My implementations for Project Euler's problems solutions in Java, using functional concepts and streams

Notifications You must be signed in to change notification settings

lourenzo/project-euler-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Project Euler - Java Streams

My implementations of solutions for the problems in Project Euler, as I am coding it along with my teammates at CAA.

Development process

The approach here is quite straightforward, first catching the concepts and the central point of thge problem, then implementing optimizations using known concepts, then implementing libraries to enable future fastest and optimized solutions.

To-Do

  • Build a stream-efficient Prime number detection library
  • Add a time efficiency calculating library

About

My implementations for Project Euler's problems solutions in Java, using functional concepts and streams

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages