sudoku:数独谜题求解器

时间:2024-04-27 06:14:43
【文件属性】:

文件名称:sudoku:数独谜题求解器

文件大小:5KB

文件格式:ZIP

更新时间:2024-04-27 06:14:43

Python

数独 撰写者:凯瑟琳·埃皮法尼奥(Katherine Epifanio) 目的: This program solves a sudoku puzzle using a Constraint Satisfaction Problem approach with Conflict-Directed Backtracking. 包含的文件: sudoku.py - Contains all of the source code. Test file directory 编译和用法: python sudoku.py [FILENAME] The program requires 1 text file argument containing the sudoku puzzle to be solved.


【文件预览】:
sudoku-main
----sudoku.py(4KB)
----README.md(1KB)
----tests()
--------test12(73B)
--------test1(162B)
--------test7(162B)
--------test13(325B)
--------test3(162B)
--------test10(162B)
--------test11(182B)
--------test14(163B)
--------test2(162B)
--------test9(162B)
--------test4(163B)
--------test5(163B)
--------test8(163B)
--------test6(163B)

网友评论