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.
我正在寻找一个代码来找到有向图中的最短路径 a 。
有什么地方可以找到吗?
(可以基于BFS)
使用Erlang Digraph Library和函数 get_short_path/3,它采用有向图和开始/结束顶点对。