Answear sheet - Backtracking Test
Each question is worth 1p
- Question 1: A systematic search technique (a)
- Question 2: The N queens problem (b)
- Question 3: Combinatorial optimization problems (c)
- Question 4: Reversion to the previous state (c)
- Question 5: Eliminating impossible solutions (a)
- Question 6: Be consistent with all constraints (a)
- Question 7: Find all possible solutions (a)
- Question 8: The partial solution is marked as invalid and we return to the previous step (b)
- Question 9: Sudoku (c)
- Question 10: An empty partial solution (b)