Function adjacency_list

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