pub fn find_cycles(view: &GraphView) -> Vec<Cycle>
Find all cycles in the graph using Tarjan’s SCC algorithm