Skip to content

A CPP Program that gives a solution for a Sudoku puzzle.

Notifications You must be signed in to change notification settings

AshishYUO/sudoku-solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

SudokuSolver

A CPP Program that gives a solution for a Sudoku puzzle.

Running the program

g++ sudoku.cpp
[./a.out (Linux) | a (Windows CMD)]

sudoku.cpp -> Gives one solution.

sudoku_all.cpp -> Gives multiple solution for the puzzle.

Note that if there's no solution to the Puzzle, the sudoku board will be displayed the same as that of the input (i.e., with empty spaces as dots).

Releases

No releases published

Packages

No packages published

Languages