Project Euler #254: Sums of Digit Factorials

  • + 1 comment

    I have implemented two different algorithms (Java/Python) and I am implementing Dynamic Programming for optimization in both of them, but it seems that's not enough for this type of problem. Any one who has implemented other method with good results?