complete_graph_data

Function complete_graph_data 

Source
pub fn complete_graph_data(n: usize) -> (Vec<u32>, Vec<(u32, u32)>)