issues
search
Aizu-Competitive-Programming-Club
/
acpc-library
会津大学の共有ライブラリ
0
stars
0
forks
source link
[Graph] Yen's Algorithm (K-shortest Path)
#13
Open
zawa-tin
opened
1 year ago
zawa-tin
commented
1 year ago
参考実装
https://ei1333.github.io/library/graph/shortest-path/k-shortest-path.hpp
https://en.wikipedia.org/wiki/Yen%27s_algorithm
依存するライブラリ
その他
フィボナッチヒープを使うことで計算量を多少改善できる
参考実装
依存するライブラリ
その他