随笔分类 -  其他-启发式搜索

摘要:题目 "BZOJ" 做法 爆搜是肯定的,考虑剪枝 $g(n)+h(n)=f(n)$,$h$为不同点个数 My complete code cpp include using namespace std; typedef int LL; const LL dx[]={0,1,1, 1, 1,2,2, 阅读全文
posted @ 2019-03-03 22:47 y2823774827y 阅读(143) 评论(0) 推荐(0)