Sunday, June 30, 2013

project euler problem 231

The prime factorisation of binomial coefficients

This problem is very simple. It is actually almost doing the same thing as problem 429 does. I checked my old code. It takes more than 3 seconds to get the answer since I did not manage those factors very well. I revised the code a little bit. Now it only takes less than 0.5 second.

No comments:

Post a Comment