Sudoku Solver

More Details

  • Date: Fall 2020
  • Class: CS 4701 (AI)
  • Project URL: Github

For our Artificial Intelligence practicum, we decided to implement a Sudoku Solver along with a visualizing GUI. We ended up implementing two different algorithms: backtracking and exact cover and used Python and Jquery to do so.