八皇后问题之回溯法
摘要:
#include #include #include #include #include using namespace std;#define N 20int n, sum, x[N+1]; // n:问题规模 sum:方案数目 x[]方案存储void Init(){ ... 阅读全文
posted @ 2015-08-12 19:57 huashunli 阅读(152) 评论(0) 推荐(0) 编辑
posted @ 2015-08-12 19:57 huashunli 阅读(152) 评论(0) 推荐(0) 编辑
posted @ 2015-08-12 18:20 huashunli 阅读(226) 评论(0) 推荐(0) 编辑