Saturday, March 9, 2013

project euler problem 032

Pandigital products

A very simple problem. I checked my old code, I was using next_permutation to solve this problem, which is really a waste of time. I rewrote the code, it 
took only 0.03s in debug version. My previous version took 0.1s. 


No comments:

Post a Comment