Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Readme.md

Sudoku Solver

This is a program to solve a sudoku. Instead of the blank spaces, 0 has to be inputed.

Sample Input

input

Sample Output

output

Demo

demo

Time Complexity

O(9^(n*n))

Space Complexity

O(n*n)