Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 887 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 887 Bytes

project-euler

Java Solutions for Project Euler Problems

License: MIT

Reference for Problem Statements -

Motivation

I wanted to keep a reference repository while solving Project Euler problems with different approaches.

How to contribute?

Feel free to refer and contribute if you have any other ways of solving these questions. Please follow the standards followed using existing solutions as reference.

  • Expressive javadoc for ease of understanding
  • Test driven development

License

This project is licensed under the MIT License - see the LICENSE file for details