Solutions to Project Euler challenges
Each folder contains solutions to Project Euler challenges in the named language. The format is of the kind:
ruby/
- a folder containins solutions written in Rubyruby/euler_test.rb
- a test suite which verifies correct answers for each challengeruby/p001.rb
- code that solves the first Project Euler challengeruby/p002.rb
- code that solves the second Project Euler challenge- and so on...