随笔分类 -  搜索--A*

摘要:题目 分析 k短路,Astar。估价函数是终点向外跑的最短路。 显然不是正解qwq。 代码 // By noble_ // Astar algorithm // #include <bits/stdc++.h> #include <cstdio> #include <algorithm> #incl 阅读全文
posted @ 2018-09-29 20:43 noble_(noblex) 阅读(183) 评论(0) 推荐(0)

/* */