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

https://github.com/ybda/sudoku_solver


https://github.com/ybda/sudoku_solver

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# sudoku_solver

Sudoku solver in C

## Print

```text
--[Source board]--

702|050|600
000|003|000
100|009|500
-----------
800|000|090
043|000|750
090|000|008
-----------
009|700|005
000|200|000
007|040|203

--[Solved board]--

732|458|619
956|173|824
184|629|537
-----------
871|564|392
643|892|751
295|317|468
-----------
329|786|145
418|235|976
567|941|283
```