Skip to content

adrianp/Euler

Repository files navigation

This is my attempt to solve the problems posted on Project Euler. I work on them whenever I have some spare time, so there is no real "release schedule". It also helps me improve my Python and Git skills.

You are free to open issues, submit bug fixes or even your own solutions. For my solutions, the naming convention is:

  pXXX.py

where XXX is the number of the problem (for example: 010 for problem 10). For solutions submitted by others, the naming convention is:

  pXXX_JohnDoe.py

where JohnDoe is the submitter's name. I will accept a solution only if:

  • It is for a problem already solved by me;
  • It's in Python;
  • It's somehow better than my solution (or any other existing solution in this repository); of course, small fixes and modifications can be applied directly to my existing solutions.

Note that some auxiliary functions are kept in euler_util.py. These functions are used for multiple other problems and I don't want to duplicate code; nobody wants.

Regarding the formatting of the code, I try to stick as close as possible to PEP 8.

About

Solutions for the Project Euler problems (mostly Python)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages