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

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.

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
![](demo.gif)