Skip to content

abisubramanya27/SudokuSolver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

SudokuSolver

This c++ program uses backtracking to solve any NxN sudoku. The first input has to be sqrt(N) which is the order of the sudoku. The sudoku board's input has to be given in the form of a NxN 2-D array of numbers, where the unfilled boxes can be represented by some string other than numbers from 1-N which represent the filled boxes and white spaces.

Releases

No releases published

Packages

No packages published

Languages