Tuesday, June 18, 2013

project euler problem 224

Almost right-angled triangles II, revisit

This problem is related to problem 221 and 223. If you solve either of them, this one is not that hard. Otherwise, the solution might be very costly.  I tried factorization method. Although I have used some of the result from previous problem, it is still very slow. It takes 20 seconds. I will try Doraki's algorithm tomorrow. 

No comments:

Post a Comment