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

pub fn adjacency_list(matrix: &[Vec<i64>]) -> Vec<Vec<i64>>