Sunday, June 2, 2013

project euler problem 201

Subsets with a unique sum

The problem is not so interesting. I did not learn too much from the problem. Since there are so many combinations, even if my code has some logic bugs, I still get the correct answer. The ways to solve this problem are almost near brute force. 

No comments:

Post a Comment