Type Alias Graph

Source
pub type Graph = Vec<Vec<Edge>>;
Expand description

辺重みを持つグラフ

Aliased Type§

pub struct Graph { /* private fields */ }