随笔分类 -  *数据结构---DLX

摘要:Sudoku UVALive - 2659 精确覆盖问题 舞蹈链求解数独 1 #include <bits/stdc++.h> 2 using namespace std; 3 4 const int maxn = 1025; 5 const int maxnode = 16385; 6 const 阅读全文
posted @ 2018-01-22 14:06 yijiull 阅读(144) 评论(0) 推荐(0)