Skip to content

prasad-kumkar/diagonal-sudoku-solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Sudoku Solver using AI

Diagonal Sudoku

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)

Sudoku Layout

Use of strategies

  1. Elimination
  2. Only choice
  3. Naked Twins
  4. Depth First Search

Instructions to use

  1. Clone the project
    git clone https://github.com/prasad-kumkar/diagonal-sudoku-solver.git
  2. Run sudoku_solver.py
    cd sudoku-solver python sudoku_solver.py