Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 363 Bytes

README.md

File metadata and controls

9 lines (9 loc) · 363 Bytes

This is my code for Sudoku Solving INPUT: first give the no of sudoku you want to solve(9*9). then input the sodoku line by line After you have entered your sudoku problem it will generate the correct sudok solution for your given sudoku. I will try to integrate this code with an App(Later..). thanks... Learning how to create a branch and merge it with master.