摘要
数独问题(Sudoku)是十八世纪瑞士数学家欧拉提出的、近年来风靡全球的一种智力游戏.本文通过分析数据结构、函数、以及"有限递推"预处理算法和回溯算法,深入探讨了数独问题的解决方案,并给出了该方案的具体实现.
The problem of Sudoku is invented by a Swiss mathematician who named Euler, and it becomes more and more popular in the whole globe. In this paper, the author introduced how to design data struct and algorithms to solve the mathematic problem. At the end, the author implement the algorithm with C++ language.
出处
《电脑知识与技术(过刊)》
2007年第2期481-482,523,共3页
Computer Knowledge and Technology