Tagged Questions
7
votes
4answers
296 views
Algorithm to make numbers from match sticks
I made a program to solve this problem from the ACM.
The problem is that it's way too slow to solve it for 100 matchsticks. The search tree is too big to bruteforce it.
Here are the results for the ...