A diagonal Sudoku puzzle is identical to traditional Sudoku puzzles with the added constraint that the boxes on the two main diagonals of the board must also contain the digits 1-9 in each cell (just like the rows, columns, and 3x3 blocks)
- Clone the project
git clone https://github.com/prasad-kumkar/diagonal-sudoku-solver.git
- Run sudoku_solver.py
cd sudoku-solver
python sudoku_solver.py