Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否有一个 rgaph 搜索算法来搜索一个图(从点 a 到点 b,以尽可能低的成本 - 这是在加权图上),它记住它所采用的路径(例如,不是 Dijkstra 的,因为它不记得路径但只是给你最短的距离)?
看看这个:http ://www.uweschmidt.org/projects/dijkstravis
您必须逐步计算路径