数独
撰写者:凯瑟琳·埃皮法尼奥(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.
2021-11-07 12:52:03
5KB
Python
1