Skip to content

Sudoku Solver: Input your Sudoku on the left, and a solution will be shown on the right!

Notifications You must be signed in to change notification settings

Dead245/Sodoku-Solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SudokuSolver

Using Windows Forms, you can input the starting numbers on the left for the sudoku and see the result on the right side. Clicking on each cell to add/increase the number inside of it.

Image of what the user interface for the application


Once you've input your numbers, you must verify that it is a valid sudoku board before the application can solve it for you.
(That means no duplicate integers in a row, column, or 3x3 subgrid.)


After it is validated, you simply have to click the "Solve" button, and the solution will show up on the Output side.

GIF of the application in use

About

Sudoku Solver: Input your Sudoku on the left, and a solution will be shown on the right!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages