https://github.com/endroid/sudoku
Sudoku solver
https://github.com/endroid/sudoku
Last synced: 9 months ago
JSON representation
Sudoku solver
- Host: GitHub
- URL: https://github.com/endroid/sudoku
- Owner: endroid
- License: mit
- Created: 2012-05-19T16:36:49.000Z (about 14 years ago)
- Default Branch: main
- Last Pushed: 2023-11-07T13:09:48.000Z (over 2 years ago)
- Last Synced: 2024-10-14T17:39:22.060Z (over 1 year ago)
- Language: PHP
- Homepage: http://endroid.nl/
- Size: 161 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Sudoku
*By [endroid](https://endroid.nl/)*
[](https://packagist.org/packages/endroid/sudoku)
[](https://github.com/endroid/sudoku/actions)
[](https://packagist.org/packages/endroid/sudoku)
[](https://packagist.org/packages/endroid/sudoku)
The library that solves Sudoku puzzles in a jiffy.
## Installation
Use [Composer](https://getcomposer.org/) to install the library.
``` bash
$ composer require endroid/sudoku
```
## Usage
``` php
solve();
```
## Versioning
Version numbers follow the MAJOR.MINOR.PATCH scheme. Backwards compatibility
breaking changes will be kept to a minimum but be aware that these can occur.
Lock your dependencies for production and test your code when upgrading.
## License
This bundle is under the MIT license. For the full copyright and license
information please view the LICENSE file that was distributed with this source code.