Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 521 Bytes

File metadata and controls

15 lines (11 loc) · 521 Bytes

Contribute to project-euler

Guidelines

  • Fork the repo, choose problem and write solution for it. Make a PR.
  • Implement Solution for any project euler problem in any language of your choice.
  • Implement modulor solutions and try to add comments in code for better understanding of it.
  • Read Style Guides of Language you're using.
  • PR Title on adding solution should be "Solution Added for PROBLEM-NO in LANGUAGE-NAME language"

Project struture is

  • /solutions
    • /problem-no
      • /filename.extension