Skip to main content

find_cycle

Function find_cycle 

Source
pub fn find_cycle<G>(graph: &G) -> Option<Vec<G::Node>>
where G: IndexGraphView,