Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 1.11 KB

README.md

File metadata and controls

25 lines (15 loc) · 1.11 KB

Raserhin's solutions for Project Euler

This repository has been created to keep track of all my solutions of the Project Euler.

Keep in mind that this repository may lack some (or most) problems. And although I try my best to optimize the algorithms used, the solutions could be far from perfect.

Current state

As the time of updating this README the current state of the problems are the following.

C = correct, I = incorrect, E = error, S = skipped, . = missing

Problems 001-020: C C C C C   C C C C C   C C C C C   C C C C C
Problems 021-040: C C C C C   C C C C C   C C . C .   C C C C C
Problems 041-060: C C C C I   . . . . .   . . . . .   . . . . .
Problems 061-080: . . . . .   . C I . .   . . . . .   . . . . .  

This information has been gathered with the help of the EulerPy package.

Acknowledge

For this creation I have used very heavily the package EulerPy made by @iKevinY. For both the creation of the templates problems, checking the results and testing.