Function complete_graph

Source
pub fn complete_graph<G>(n: usize) -> G
where G: Graph + Buildable,
Expand description

Returns the complete graph on n nodes.