2017 © Pedro Peláez
 

library sudoku

Endroid Sudoku solver

image

endroid/sudoku

Endroid Sudoku solver

  • Wednesday, April 18, 2018
  • by endroid
  • Repository
  • 1 Watchers
  • 3 Stars
  • 2,891 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 16 Versions
  • 2 % Grown

The README.md

Sudoku

By endroid, (*1)

Latest Stable Version Build Status Total Downloads License, (*2)

The library that solves Sudoku puzzles in a jiffy., (*3)

Installation

Use Composer to install the library., (*4)

``` bash $ composer require endroid/sudoku, (*5)


## Usage ``` php <?php use Endroid\Sudoku\Puzzle; // Load a puzzle $sudoku = new Sudoku(' 000000012 000000003 002300400 001800005 060070800 000009000 008500000 900040500 470006000 '); // Solve the puzzle $solver = new Solver($sudoku); $solver->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., (*6)

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., (*7)

The Versions

18/04 2018

dev-master

9999999-dev https://github.com/endroid/sudoku

Endroid Sudoku solver

  Sources   Download

MIT

The Requires

 

The Development Requires

php endroid solver sudoku

23/01 2017

1.1.1

1.1.1.0 https://github.com/endroid/sudoku

Endroid Sudoku solver

  Sources   Download

MIT

The Requires

  • php >=5.4

 

The Development Requires

endroid solver sudoku

23/01 2017

1.x-dev

1.9999999.9999999.9999999-dev https://github.com/endroid/sudoku

Endroid Sudoku solver

  Sources   Download

MIT

The Requires

  • php >=5.4

 

The Development Requires

endroid solver sudoku

01/01 2017

1.1.0

1.1.0.0 https://github.com/endroid/sudoku

Endroid Sudoku solver

  Sources   Download

MIT

The Requires

  • php >=5.4

 

The Development Requires

endroid solver sudoku

01/01 2016

1.0.10

1.0.10.0 https://github.com/endroid/sudoku

Endroid Sudoku solver

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

endroid solver sudoku

04/07 2015

1.0.9

1.0.9.0 https://github.com/endroid/sudoku

Endroid Sudoku solver

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

endroid solver sudoku

25/06 2015

1.0.8

1.0.8.0 https://github.com/endroid/sudoku

Endroid Sudoku solver

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

endroid solver sudoku

12/04 2015

1.0.7

1.0.7.0 https://github.com/endroid/sudoku

Endroid Sudoku solver

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

endroid solver sudoku

26/01 2015

dev-develop

dev-develop https://github.com/endroid/sudoku

Endroid Sudoku solver

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

endroid solver sudoku

11/08 2014

1.0.6

1.0.6.0 https://github.com/endroid/sudoku

Endroid Sudoku solver

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

endroid solver sudoku

10/08 2014

1.0.5

1.0.5.0 https://github.com/endroid/sudoku

Endroid Sudoku solver

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

endroid solver sudoku

25/01 2014

1.0.4

1.0.4.0 https://github.com/endroid/sudoku

Endroid Sudoku solver

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

endroid solver sudoku

18/12 2013

1.0.3

1.0.3.0 https://github.com/endroid/sudoku

Endroid Sudoku solver

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

endroid solver sudoku

31/07 2013

1.0.2

1.0.2.0 https://github.com/endroid/sudoku

Endroid Sudoku solver

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

endroid solver sudoku

23/06 2013

1.0.1

1.0.1.0 https://github.com/endroid/sudoku

Endroid Sudoku solver

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

endroid solver sudoku

26/07 2012

1.0.0

1.0.0.0 https://github.com/endroid/sudoku

Endroid Sudoku solver

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

endroid solver sudoku