The cryptarithmetic puzzle is an example for
-
problem reduction
-
constraint satisfaction
-
best-first-search
-
all of the above
B
Correct answer
Explanation
Cryptarithmetic puzzles require assigning digits to letters such that the arithmetic holds true, which is a classic example of a constraint satisfaction problem where each letter is a variable with constraints on its possible values.