Project Euler 52: Ruby
- by Ben Griswold
In my attempt to learn Ruby out in the open, here’s my solution for Project Euler Problem 52.
Compared to Problem 51, this problem was a snap. Brute force and pretty quick…
As always, any feedback is welcome.
# Euler 52
# http://projecteuler.net/index.php?section=problems&id=52
# It can be seen that the number, 125874, and its…