Home > Euler-solutions

Euler-solutions

Euler-solutions is a project mainly written in RUBY and PYTHON, it's free.

My solutions to Project Euler puzzles

Special notes:

  • problem_3_without_sieve is a method I did not think of originally, but realized reading other people's code. I can't claim credit for the algorithm, but thought it worth including, because it's so much faster.
Previous:MyRuby