Soduku-Solver Code
Soduku Solver solves 6x6 soduku of easy and medium level.
Brought to you by:
girishkuniyal
| File | Date | Author | Commit |
|---|---|---|---|
| bin | 2016-08-31 |
|
[dc5d4c] gui linux executable added |
| qt project | 2016-08-31 |
|
[dc5d4c] gui linux executable added |
| screenshot | 2016-08-31 |
|
[0d0b0d] screenshot added |
| soduku example | 2016-02-01 |
|
[fe7bcc] Delete soduku problem.md |
| source | 2016-03-06 |
|
[035778] bin created |
| README.md | 2016-08-31 |
|
[480821] Update README.md |
its a c++ source code for soduku matrix 6x6 solver which accepts digit from 1 to 6.
it is a source code for built a program which is able to solve soduku matrix of 6x6.the soduku puzzle is given by user and solution is given by our program.
Steps of Using Soduku Solver(linux binary):
STEP 1

STEP 2

STEP 1

Rules to handle (window) program:
user will give a soduku for solving contains digit from 1 to 6.
the empty space in soduku is represented by 0;
example of 6x6 soduku problem is :
2 0 1 6 3 4
0 4 6 2 5 0
1 2 5 0 6 3
4 6 3 5 0 2
0 1 4 0 2 6
6 3 2 1 0 5
where 0 represents blank space in soduku.
INSTRUCTION FOR USING SODUKU-SOLVER FOR 6X6 MATRIX
STEP 1

STEP 2

Download executable(.exe) file from bin directory.
Thank you!!