Function traitgraph_algo::components::is_cycle
source · [−]pub fn is_cycle<Graph: StaticGraph>(graph: &Graph) -> bool
Expand description
Returns true if the given graph is a cycle.
pub fn is_cycle<Graph: StaticGraph>(graph: &Graph) -> bool
Returns true if the given graph is a cycle.