Friday, May 10, 2013

project euler problem 162

Hexadecimal numbers

This is a simple problem. It can be solved analytically or using dynamic programming. I checked my old code. It still takes 0.4 second. This time I got a recursive relation, which got the result instantly. 

No comments:

Post a Comment