摘要: 搜索三·启发式搜索 题意:八数码问题,bfs+哈希 1 #include <bits/stdc++.h> 2 using namespace std; 3 #define FP freopen("in.txt","r",stdin) 4 const int maxn=400010; 5 const 阅读全文
posted @ 2017-09-12 00:45 yijiull 阅读(283) 评论(0) 推荐(0) 编辑