Chaseshak / project_euler

Repository for solutions to project euler

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project Euler

A repository for implementing my solutions to the popular mathematics and programming challenges found at Project Euler

Organization

Each solution will be in its own folder like such:

1-multiples-of-3-and-5/
|-solution.rb
|-lib/
  |-Some more files

Where solution.rb will contain the Ruby solution. Any other files for more complex solutions will be in that solutions lib/ folder.

About

Repository for solutions to project euler


Languages

Language:Ruby 100.0%