Type Definition cp_library_rs::graph::rerooting::Graph

source ·
pub type Graph<T> = Vec<Vec<Edge<T>>>;
Expand description

辺重みを持つグラフ