sudoku solver
Project description
installation
pip install easy-sudoku-solver
usage
from sudoku_solver import SudokuSolver
unsolved_sudoku = '090060100030201004200080000500103900000006000009000008300509800040000070000020000'
solver = SudokuSolver(unsolved_sudoku)
solution = solver.solve()
print(solution)
// '79436518283527169421698475358214396747389652116975243832751
9846941638275658427319'
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file easy_sudoku_solver-0.1.4.tar.gz.
File metadata
- Download URL: easy_sudoku_solver-0.1.4.tar.gz
- Upload date:
- Size: 2.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.5.1 CPython/3.9.7 Windows/10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4e3069cc3c9b25ea287093c5d025cfa1c3ffcf7ef50da73f095456d387c8ac8a
|
|
| MD5 |
8d03fcbc03ea0322fde77b40ec7a764e
|
|
| BLAKE2b-256 |
36fa7b792022a94b0fee01490c4eb89edd2f3fe6105344d6587b66defd640dbe
|
File details
Details for the file easy_sudoku_solver-0.1.4-py3-none-any.whl.
File metadata
- Download URL: easy_sudoku_solver-0.1.4-py3-none-any.whl
- Upload date:
- Size: 3.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.5.1 CPython/3.9.7 Windows/10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
23db962665e14e419dd2eef280a16b6078f4525ff90e0a7ec62bb3b5dd7aa029
|
|
| MD5 |
99f05828bf8a73a00e70340dead21c2f
|
|
| BLAKE2b-256 |
ddc143b2af11f2f960e6462b8db82bff7886819249395d55a4d601a5c96870ff
|