Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

Sudoku Solver

Used to solve sudoku puzzles using backtracking

using algorithms

  • recursion
  • backtracking

How to give input

  • The user can put the sudoku in the matrix provided in the file
  • The user can use 0 form an empty cell or else the number at that position
  • I have provided 2 valid sudoku samples which the user can change according to their problem.

How to Use

python sudoku_solver.py