Create README.md

This commit is contained in:
Yash Indane 2022-10-11 15:28:26 +05:30 committed by GitHub
parent e4b01729b5
commit 7acfa5e821
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,2 @@
This is a Sudoku Solver that uses backtracking algorithm to solve the puzzle.
Input the puzzle from command line.