Skip to main content

find_cycles

Function find_cycles 

Source
pub fn find_cycles(view: &GraphView) -> Vec<Cycle>
Expand description

Find all cycles in the graph using Tarjan’s SCC algorithm