Skip to content

shaurya101/sudoku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 

Repository files navigation

sudoku

Sudoku is a number based logic puzzle. It consists of 81 squares in a 9x9 grid. We have to fill the digits 1-9 in all 81 squares such that a number only appears once in a row or column. Good Luck!