Skip to content

The sudoku solver application has been written in C# and WPF. The application allows the user to solve any sudoku puzzle by the use of the backtracking algorithm that explores all possible solutions to a problem.

Notifications You must be signed in to change notification settings

przemekmas/SudokuSolverWPF

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SudokuSolverWPF

The user can solve any sudoku puzzle by entering clues and clicking the "Solve" button once all clues have been provided. The application will highlight the clues and display the solution to the puzzle. The user can enter another clue by clicking on the "Clear" button and providing a new set of clues.

About

The sudoku solver application has been written in C# and WPF. The application allows the user to solve any sudoku puzzle by the use of the backtracking algorithm that explores all possible solutions to a problem.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages