|
|
|
|
|
by rhdunn
1356 days ago
|
|
It's all down to whether or not there is any logic to the guess and check strategy. Most of the computer algorithms work by picking a number in the possible values, following the eliminations, and repeating. If they hit an error, they backtrack to the last decision, choose a new number from the set and repeat. If you look at some of the Cracking the Cryptic puzzles on YouTube with "computer" in the title, that covers cases where the computer resorts to a guess and check strategy but where better underlying logic is available in the solve path. |
|
"Does this branch of the game tree contain the completed solution or not?"
Whether or not humans have come up with a name for a given strategy depends, almost entirely, on the depth of that branch.