Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

Sudoku solver

solves a 9x9 sudoku board of any difficulty using a back-tracking algorithm and prints the solved board.

How to use this solver?

  1. Enter the input board either in the initialise method in the Sudoku class and then run the code
  2. or enter input through the terminal after running the code
  3. If the board is valid, the solved sudoku will be displayed on the terminal itself

About

solves a given 9 x 9 sudoku board using back-tracking algorithm while checking if the board is valid at each stage

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages