Module graph

Source
Expand description

グラフに関係しそうなもの

Modules§

dijkstra
ダイクストラ
dijkstra_restore_path
Dijkstra’s algorithm with path restoration.
dijkstra_restorepathDeprecated
euler_tour
floyd_warshall
ワーシャルフロイト
heavy_light_decomposition
HL 分解
lowest_common_ancestor_doubling
ダブリングを使用してLCA を求める
lowest_common_ancestor_rmq
RMQ を使用しLCAを求める
minimum_spanning_tree_kruskal
Kruskal’s minimum spanning tree algorithm.
minimum_spanning_tree_prim
Prim’s minimum spanning tree algorithms.
minimun_spanning_tree_kruskalDeprecated
minimun_spanning_tree_primDeprecated
shortest_path_faster_algorithm
SPFA
strongly_connected_component
tree_diameter
tree_diamiterDeprecated
util
隣接行列 ←→ 隣接リスト
zero_one_bfs
ダイクストラ