https://github.com/ybda/sudoku_solver
https://github.com/ybda/sudoku_solver
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ybda/sudoku_solver
- Owner: ybda
- License: gpl-3.0
- Created: 2023-09-17T18:00:24.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-09T03:42:57.000Z (about 2 years ago)
- Last Synced: 2025-03-16T22:53:33.314Z (about 1 year ago)
- Language: C
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```