文件名称:main
介绍说明--下载内容均来自于网络,请自行研究使用
数独是一种运用纸、笔进行演算的逻辑游戏。玩家需要根据9×9盘面上的已知数字,推理出所有剩余空格的数字,并满足每一行、每一列、每一个粗线宫内的数字均含1-9,不重复。要求使用合适的数据结构和算法,求解出所有剩余空格的数字。
【输入形式】
输入为9X9的二维数组,每个数字均为0-9之间的数字,其中0表示该位置的数字为未知。
【输出形式】
输出为9X9的二维数组,每个数字均为1-9之间的数字,满足数独
-Sudoku is a use of paper, pen calculus of logic games. Players need to 9 × 9 according to the known figures on the disk, reasoning figure out all the remaining space, and meet each row, each column, each thick line intrauterine figures 1-9 inclusive, not repeated. Require the use of appropriate data structures and algorithms to solve all the remaining space numbers.
[Input form]
Enter the two-dimensional array of 9X9, each figures are between 0-9, where 0 represents a number that location is unknown.
[Output] form
The output is a two-dimensional array 9X9, each digit figures are between 1-9 meet Sudoku
【输入形式】
输入为9X9的二维数组,每个数字均为0-9之间的数字,其中0表示该位置的数字为未知。
【输出形式】
输出为9X9的二维数组,每个数字均为1-9之间的数字,满足数独
-Sudoku is a use of paper, pen calculus of logic games. Players need to 9 × 9 according to the known figures on the disk, reasoning figure out all the remaining space, and meet each row, each column, each thick line intrauterine figures 1-9 inclusive, not repeated. Require the use of appropriate data structures and algorithms to solve all the remaining space numbers.
[Input form]
Enter the two-dimensional array of 9X9, each figures are between 0-9, where 0 represents a number that location is unknown.
[Output] form
The output is a two-dimensional array 9X9, each digit figures are between 1-9 meet Sudoku
(系统自动生成,下载前可以参看下载内容)
下载文件列表
main.c