orbit-w / orbit_fp

finding path, 搜索最短路径算法库

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

orbit_fp

finding path, 学习用搜索最短路径算法库 目前包含

  • A*:(A* search algorithm)是一种在图形平面上,有多个节点的路径,求出最低通过成本的算法
  • dijkstra:是从一个顶点到其余各顶点的最短路径算法,在有权无向图中解决最短路径问题

About

finding path, 搜索最短路径算法库

License:Apache License 2.0


Languages

Language:Go 100.0%