SudokuSolver-Python:Python中的数独求解器

时间:2021-03-27 17:46:39
【文件属性】:
文件名称:SudokuSolver-Python:Python中的数独求解器
文件大小:209KB
文件格式:ZIP
更新时间:2021-03-27 17:46:39
Python SudokuSolver-Python Python中的Sudoku解算器。 输入 图形用户界面 运行SudokuUI.py。 这需要Web浏览器和Chris Knot提供的Python软件包 。 后者可以通过pip install eel进行安装。 可以在网格空间中*输入数字。 非数字输入将被忽略。 要删除字符,请按delete 。 如果数字中有任何错误(例如重复的数字),则在求解时会发现。 蓝色字符是用户的输入。 灰色字符是计算机生成的。 解决和显示结果应该花费不到一秒钟的时间。 输入文件 网格形式的数独: [8、9、0、0、7、0、0、1、0] [6,2,0,0,0,3,0,5,0] [0,0,4,0,0,0,0,0,0] [0,6,0,0,4,4,0,2,0,0] [0,0,0,0,8,5,5,4,3,0] [0,0,0,1,0,0,0,0,0] [0,0,2,7,0,0,
【文件预览】:
SudokuSolver-Python-master
----solveFile.py(3KB)
----SudokuSolver.py(9KB)
----SudokuUI.py(590B)
----NYTimes_20210313.png(132KB)
----test()
--------ny.txt(675B)
--------ny_solutions.txt(675B)
--------hardest.txt(901B)
--------top95.txt(8KB)
----README.md(2KB)
----Sudoku.py(14KB)
----.gitignore(92B)
----SudokuTest.py(19KB)
----UI()
--------index.html(1KB)
--------styles.css(4KB)
--------favicon.ico(41KB)
--------Sacramento.ttf(63KB)
--------app.js(2KB)
--------IndieFlower.ttf(54KB)

网友评论