Skip to main content

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

easy_sudoku_solver-0.1.3.tar.gz (2.6 kB view hashes)

Uploaded Source

Built Distribution

easy_sudoku_solver-0.1.3-py3-none-any.whl (3.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page