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.
有向グラフで最短経路を見つけるためのコードを探しています。
どこかにありますか?
(BFSに基づくことができます)
ErlangDigraphLibraryと関数get_short_path/3を使用します。これは、有向グラフと開始/終了頂点の結合を取ります。