Skip to content

ankushnaudiyal09/PRODIGY_SD_04

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

PRODIGY_SD_04

Hello Everyone , Thankfully I created a Sudoku Solver . It is Quiet diificult task from prodigy_infotech but helps me a lot in polishing my dsa skill and improve my backtracking concepts. I am very Gratefull to do some amazing task.

This sudoku takes input one by one cell , you have to enter 9 * 9 matrix . press 0 where cell is empty , otherwise each time the code asks you to enter row with col .

here is the example of a 9 * 9 matrix , supposing we enter 0 always.

       col
        1   2   3   4   5   6   7   8   9

row 1 -> 0 0 0 0 0 0 0 0 0

row 2 -> 0 0 0 0 0 0 0 0 0

row 3 -> 0 0 0 0 0 0 0 0 0

row 4 -> 0 0 0 0 0 0 0 0 0

row 5 -> 0 0 0 0 0 0 0 0 0

row 6 -> 0 0 0 0 0 0 0 0 0

row 7 -> 0 0 0 0 0 0 0 0 0

row 8 -> 0 0 0 0 0 0 0 0 0

row 9 -> 0 0 0 0 0 0 0 0 0

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages