prasad-kumkar / diagonal-sudoku-solver

Solving sudoku using AI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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