Sudoku Solver


6

 

Solves a 9x9 Sudoku Maze. This program compares the performance of different algorithms used in AI, including Backtracking, Forward Checking, LCV, and MRV. (Programmed in java)