摘要:
/* Theme:八皇后(非递归) Coder:秒针的声音 Time:2015.1.13 */ #include using namespace std; #include #include int No=0; void Prin(int *q,int ... 阅读全文
posted @ 2015-01-13 23:14
机智的程序员小熊
阅读(118)
评论(0)
推荐(0)
摘要:
近期学习了回溯算法于是自己写了马踏棋盘的递归以及非递归方式的代码:/* Theme:马踏棋盘 回溯算法 Coder:秒针的声音 Time:2015.1.11 */#include #include #include #define M 8... 阅读全文
posted @ 2015-01-13 01:45
机智的程序员小熊
阅读(500)
评论(0)
推荐(0)

浙公网安备 33010602011771号