首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > Python > implemented in Python在数独游戏

implemented in Python在数独游戏

  • 资源大小:19.81 kB
  • 上传时间:2021-06-29
  • 下载次数:0次
  • 浏览次数:1次
  • 资源积分:1积分
  • 标      签: 游戏

资 源 简 介

This is a sudoku solver implemented in python. Instead of brute-force solution, this solver try to use human like algorithms. This approach used in this solver is to reduce the candidates in each cell, until all of them have only one. So far the solution can be simply described as: do: Reduce the candidates of each row, col, cube by current solved cells Reduce the candidates by shared triples Simplify each row, col, cube by testing each candidate in the cells It is developed in TDD mode and it use python unit test framework.

文 件 列 表

Sudoku
.project
.pydevproject
.svn
dir-wcprops
sudoku.py
sudoku.pyc
sudoku_fetch.py
sudoku_test.py
sudoku_test.pyc
.svn

相 关 资 源

您 可 能 感 兴 趣 的

同 类 别 推 荐

VIP VIP