-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathREADME.txt
More file actions
21 lines (15 loc) · 828 Bytes
/
README.txt
File metadata and controls
21 lines (15 loc) · 828 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
The collection of my solutions to the problems posted at Project Euler.
http://projecteuler.net/
If you are interested in working on the problems yourself, you should visit
the site and try it on your own before looking at my solutions.
Solutions are typically run with: time ruby 1.rb
but that hasn't stopped me from doing some of the one-liner solutions
directly in irb and pasting in the result.
Note: Some of these solutions may not be the most efficient. Brute force works
if you have enough time. (And sometimes you recognize that the partial
solution found during the brute-force attempt lets you derive the solution
even if you don't go back and rewrite the program to arrive at the solution
the "right" way.)
You can take a short-cut to my Project Euler profile through
http://biedenharn.us/euler
Good Luck!