|
|
|
|
|
by LanceH
2831 days ago
|
|
My first effort was the same but without backtracking. I would make a random guess at each step and propogate constraints on the board. If it ever got stuck as unsolvable, I would just start it over again. Most solved very quickly, the highest number of tries I had was something like 2100. |
|