Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/przemekmas/sudokusolverwpf

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.
https://github.com/przemekmas/sudokusolverwpf

csharp sudoku sudoku-puzzles sudoku-solution-finder sudoku-solver wpf

Last synced: 17 days ago
JSON representation

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.

Awesome Lists containing this project

README

        

# 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.

![](https://i.imgur.com/uD9JTtr.png)