Project Euler – Problem 5

// June 30th, 2009 // project euler, ruby

Project Euler 5

Project Euler 5

Ok. I have to admit this took more time in getting there.

I did not want to brute force the answer and I did not remember how GCD is calculated.

I do like that looping – its sort of fancy – but am afraid I wont be using it any time soon, if ever.

Leave a Reply