AI Assig 1
AI Assig 1
21/07188
ARTIFICIAL INTELLIGENCE
ASIGNMENT 1
A computer AI system was presented with a Sudoku problem like the one presented in class.
Explain how the computer system would solve the problem correctly
Completion: Once a valid solution is found, the AI system presents the completed Sudoku
grid to the user.
Overall, the computer AI system employs a combination of constraint satisfaction and
backtracking search techniques to efficiently solve Sudoku puzzles while ensuring that the
solution adheres to the rules of the game.