sudoku-solver A python project that solves (solvable) sudoku puzzles Project is based on the backtracking algorithm: A powerful, if inefficient, algorithm for solving contraint satisfaction problems.