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
- Host: GitHub
- URL: https://github.com/marcobellaccini/pysudokugen
- Owner: marcobellaccini
- Created: 2017-07-08T11:37:52.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-08T11:48:16.000Z (almost 8 years ago)
- Last Synced: 2024-09-05T19:07:38.400Z (8 months ago)
- Topics: backoff, backoff-strategy, sudoku
- Language: Python
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
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