Function competitive_library::graph::util::to_adjacency_matrix[][src]

pub fn to_adjacency_matrix(g: &[Vec<i64>]) -> Vec<Vec<Option<i64>>>