搜索资源列表
fdac_sudoku_src
- Sudoku is a logic-based number placement puzzle. A deceptively simple game of logic, Sudoku is puzzling players all over world.
200741119366291
- 速度飞快的数独计算器,基本的原理就是递归搜索,但在检查9个3*3小方块的时候使用了复杂度为O(1)的算法,使得求解速度极快 使用方法: 使用方法: STEP One:在文本文档中 写入81个数(待填的用0表示,每九个换行,每两个数之间空一个) 保存为 input.in(注意后缀) 运行 “数独终结者.exe” 文件夹内会生成一个Answer.out的文件,用文本打开,便是答案 (bestshudu.pas是源程序) -Sudoku calculator fast sp
shudu
- 数独求解, 初级的题目可以自动解答 不能自动推导的需要穷举 穷举的算法还没有,后面的版本增加-Sudoku solving, the subject can automatically answer the primary, for the situation that can not automatically derived, the algorithm needs not exhaustive exhaustive, behind the release adds
Sudoku
- Sudoku game source code sample
Sudoku-Game-Source
- Other algorythm SUDOKU game source
