https://github.com/alexzajac/sudoku-solver
Simple sudoku solver school project.
https://github.com/alexzajac/sudoku-solver
csharp school-project solver sudoku tests
Last synced: 6 months ago
JSON representation
Simple sudoku solver school project.
- Host: GitHub
- URL: https://github.com/alexzajac/sudoku-solver
- Owner: alexZajac
- License: mit
- Created: 2019-08-28T10:51:55.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-08-28T18:29:34.000Z (over 6 years ago)
- Last Synced: 2025-03-28T23:44:12.453Z (9 months ago)
- Topics: csharp, school-project, solver, sudoku, tests
- Language: C#
- Homepage:
- Size: 6.35 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Sudoku Solver
A school project that solves a sudoku board both with a recursive approach and with an object-oriented approach.
## Demo
