Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/deundrewilliams/sudoku
Sudoku Solver
https://github.com/deundrewilliams/sudoku
Last synced: about 1 month ago
JSON representation
Sudoku Solver
- Host: GitHub
- URL: https://github.com/deundrewilliams/sudoku
- Owner: deundrewilliams
- Created: 2020-04-13T16:54:39.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-13T17:13:09.000Z (almost 5 years ago)
- Last Synced: 2024-11-16T04:47:44.566Z (3 months ago)
- Language: C
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
SUDOKU Solver
=============
This program written in C solves a sudoku board provided through a text file.
The text file must be given as a .txt file, and should be formatted like so, with the zeros representing empty cells:
040000000
000000030
000010000
000000000
000000000
000000000
002000000
000000000
000000000