Wednesday, March 20, 2013

project euler problem 043

Sub-string divisibility

This problem is not bad. It takes me half an hour to figure out the bugs in my code. I used backtracking in my code, but made a couple a stupid mistakes. This problem is good! 

I read the discussion thread, this problem may be solved by hand.

No comments:

Post a Comment