https://github.com/sashafklein/ruby_euler
My progress through Project Euler, in Ruby
https://github.com/sashafklein/ruby_euler
Last synced: 2 months ago
JSON representation
My progress through Project Euler, in Ruby
- Host: GitHub
- URL: https://github.com/sashafklein/ruby_euler
- Owner: sashafklein
- Created: 2013-03-01T21:01:35.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-03-20T01:10:05.000Z (about 12 years ago)
- Last Synced: 2025-02-09T06:41:18.186Z (4 months ago)
- Language: Ruby
- Homepage: projecteuler.net
- Size: 172 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.rdoc
Awesome Lists containing this project
README
My solutions to some of the Project Euler questions. I'm new to the inner workings of Ruby and plan to go back from time to time to improve the aesthetics/efficiency of this code.
Also, upon occasion, I've borrowed others' ideas or some lines of code, both because they've come up with good implementations of basic mathematical ideas I need, and because I think I learn best from the work of better coders.