搜索资源列表
sudoku
- Suduku is a game. This programming is a implementation Of sudoko in C++ language. after verifing the file one can convert it to any language as per their wish-Suduku is a game. This programming is a implementation Of sudoko in C++ language. after ver
MagicSudoku[v1.0.0]
- 自己以前写的数独解算程序,解算速度快,只能解算单解的数独问题,使用控制台界面,虽然不是GUI的,但是设计界面就花我几天时间。算法是自己设计的,没有参考太多网络资料,可以供需要研究数独算法的朋友参考。-I used to write their own Sudoku solver, It works speedly, while only single solution Sudoku problem will be done. with the console interface, althoug
Program
- 使用递归回溯解决数独问题,简单情况秒杀,复杂情况稍慢些。-solve suduku problem