Readme PDF
Readme PDF
Shreekanth A
2017csb1110
The above drawing illustrates how I have divided the array for rows and columns and squares ,
There are 27 threads , 9 for rows , 9 for columns , and 9 for each square. The threads will put a
1 in the array if the corresponding row / column / square is valid.
For input :
1. You can use the default sudoku grid initialized in the program , which is a correct
solution
2. Or you can input a 9x9 through input.txt file , if you enter a wrong solution it will tell which
row and column and square have problems.
Steps for running code :