Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/przemekmas/sudokusolverwpf
- Owner: przemekmas
- Created: 2020-12-10T17:13:26.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-10T17:22:28.000Z (about 4 years ago)
- Last Synced: 2024-10-24T12:12:35.976Z (about 2 months ago)
- Topics: csharp, sudoku, sudoku-puzzles, sudoku-solution-finder, sudoku-solver, wpf
- Language: C#
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)