Search found 1 match
- Fri Aug 10, 2007 10:16 am
- Forum: Modulo Puzzle
- Topic: Brute Force Solution
- Replies: 21
- Views: 75848
Re: Brute Force Solution
I figured that to get people started, I would post a trivial brute-force puzzle solver, to give others a soup starter. This is really the simplest implementation, with no 'smarts', but it might help as a starting point for smart algorithms. This is a small java program which takes on the command li...