标签: algorithm shortest-path pathfinder
查看https://en.wikipedia.org/wiki/Pathfinding,描述了两种算法,然后是“样本算法”,未命名。
我的问题:
“样本算法”一节中描述的算法名称是什么?
答案 0 :(得分:1)
这看起来像breadth first search
答案 1 :(得分:-1)
算法通常称为“贾维斯距离变换”
此特定算法用于图像处理和路径查找。