文件名称:n_queens
介绍说明--下载内容均来自于网络,请自行研究使用
经典N皇后问题:通过编程布局,使任两个皇后都不能处于同一条横行、纵行或斜线上,包含C和C++两种语言代码,其中C语言是以八皇后为特例的。-The classic N-queens problem: let any two queens be not in the same horizontal, vertical or diagonal by using C and C++ language programming, and the C language is based on the eight Queen as the special cases..
(系统自动生成,下载前可以参看下载内容)
下载文件列表
n_queens.cpp
eight_queens .c