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.
-
Notifications
You must be signed in to change notification settings - Fork 0
abisubramanya27/SudokuSolver
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description or website provided.
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published