Menu

Tree [480821] master /
 History

HTTPS access


File Date Author Commit
 bin 2016-08-31 girishkuniyal girishkuniyal [dc5d4c] gui linux executable added
 qt project 2016-08-31 girishkuniyal girishkuniyal [dc5d4c] gui linux executable added
 screenshot 2016-08-31 girishkuniyal girishkuniyal [0d0b0d] screenshot added
 soduku example 2016-02-01 Girish Kuniyal Girish Kuniyal [fe7bcc] Delete soduku problem.md
 source 2016-03-06 girishkuniyal girishkuniyal [035778] bin created
 README.md 2016-08-31 Girish Kuniyal Girish Kuniyal [480821] Update README.md

Read Me

Soduku-solver

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

alt tag

STEP 2

alt tag

STEP 1

alt tag

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

alt tag

STEP 2

alt tag

Download Instruction

Download executable(.exe) file from bin directory.

Thank you!!