CSCI: 3202 - Introduction to Artificial Intelligence, Shubha Swamy and Curtis Lin
Sudoku stands as one of the most popular past-times for many across the world. Although one might often find it hard to solve a sudoku puzzle with pen and paper, the solution is quite trivial to attain through a search-based backtracking algorithm. In this paper, we explore several studies that have delved into studying the algorithm that efficiently solves sudoku puzzles. We then proceed to implement our version of the algorithm and discuss the results.