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

https://github.com/marcobellaccini/pysudokugen

Python 3 script that generates random valid sudoku matrices
https://github.com/marcobellaccini/pysudokugen

backoff backoff-strategy sudoku

Last synced: about 2 months ago
JSON representation

Python 3 script that generates random valid sudoku matrices

Awesome Lists containing this project

README

        

pysudokugen
====================

About pysudokugen
--------------------
Python 3 script that generates random valid `sudoku`_ matrices.

It uses an `exponential backoff`_ strategy to generate a valid `sudoku`_.

Author: Marco Bellaccini - marco.bellaccini(at!)gmail.com

License: `Creative Commons CC0 1.0`_

.. _exponential backoff: https://en.wikipedia.org/wiki/Exponential_backoff
.. _sudoku: https://en.wikipedia.org/wiki/Sudoku
.. _Creative Commons CC0 1.0: https://creativecommons.org/publicdomain/zero/1.0/legalcode