Function traitgraph::algo::components::is_cycle[][src]

pub fn is_cycle<Graph: StaticGraph>(graph: &Graph) -> bool
Expand description

Returns true if the given graph is a cycle.