Sunday, March 24, 2013

project euler problem 055

Lychrel numbers

A simple problem. I used two vectors in the calculation in each iteration. one for current number and the other for the new one. There is not much to be learned from this problem.

No comments:

Post a Comment