224k views
1 vote
Solver: Most of this class has already been written. Complete the solveRecurse() method using the backtracking. Also complete the evaluate() method. The main() method is for you to use while testing your code with the puzzles and solutions in TestGridSupplier. Evaluation: You saw this enum in lecture and lab. It contains 3 values that represent the 3 possible outcomes of the evaluate() method of the Grid class. Look at the source code. Sometimes enums can be complicated, but this one is not.

User Yoav T
by
4.5k points

1 Answer

1 vote

Answer:

The explanation is given below

Step-by-step explanation:

The solveRecurse() method can be used to solve the problem. After that, the code can be checked an run again.

User Nograde
by
4.2k points